AWS SDK for C++: Aws::EC2::Model::InstanceStatusDetails Class Reference

#include <InstanceStatusDetails.h>

Describes the instance status.

Definition at line 39 of file InstanceStatusDetails.h.

Aws::EC2::Model::InstanceStatusDetails::InstanceStatusDetails ( )

The time when a status check failed. For an instance that was launched and impaired, this is the time when the instance was launched.

Definition at line 103 of file InstanceStatusDetails.h.

const StatusName& Aws::EC2::Model::InstanceStatusDetails::GetName ( ) const
inline
const StatusType& Aws::EC2::Model::InstanceStatusDetails::GetStatus ( ) const
inline
void Aws::EC2::Model::InstanceStatusDetails::OutputToStream ( Aws::OStream ostream,
const char *  location,
unsigned  index,
const char *  locationValue 
) const
void Aws::EC2::Model::InstanceStatusDetails::OutputToStream ( Aws::OStream oStream,
const char *  location 
) const
void Aws::EC2::Model::InstanceStatusDetails::SetImpairedSince ( const Aws::Utils::DateTime value)
inline

The time when a status check failed. For an instance that was launched and impaired, this is the time when the instance was launched.

Definition at line 109 of file InstanceStatusDetails.h.

The time when a status check failed. For an instance that was launched and impaired, this is the time when the instance was launched.

Definition at line 115 of file InstanceStatusDetails.h.

void Aws::EC2::Model::InstanceStatusDetails::SetName ( const StatusName value)
inline
void Aws::EC2::Model::InstanceStatusDetails::SetName ( StatusName &&  value)
inline
void Aws::EC2::Model::InstanceStatusDetails::SetStatus ( const StatusType value)
inline
void Aws::EC2::Model::InstanceStatusDetails::SetStatus ( StatusType &&  value)
inline

The time when a status check failed. For an instance that was launched and impaired, this is the time when the instance was launched.

Definition at line 121 of file InstanceStatusDetails.h.

The time when a status check failed. For an instance that was launched and impaired, this is the time when the instance was launched.

Definition at line 127 of file InstanceStatusDetails.h.


The documentation for this class was generated from the following file:

You Might Also Like