@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AwsCloudFormationStackDriftInformationDetails extends Object implements Serializable, Cloneable, StructuredPojo
Provides information about the stack's conformity to its expected template configuration.
Constructor and Description |
---|
AwsCloudFormationStackDriftInformationDetails() |
Modifier and Type | Method and Description |
---|---|
AwsCloudFormationStackDriftInformationDetails |
clone() |
boolean |
equals(Object obj) |
String |
getStackDriftStatus()
Status of the stack's actual configuration compared to its expected template configuration.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setStackDriftStatus(String stackDriftStatus)
Status of the stack's actual configuration compared to its expected template configuration.
|
String |
toString()
Returns a string representation of this object.
|
AwsCloudFormationStackDriftInformationDetails |
withStackDriftStatus(String stackDriftStatus)
Status of the stack's actual configuration compared to its expected template configuration.
|
public AwsCloudFormationStackDriftInformationDetails()
public void setStackDriftStatus(String stackDriftStatus)
Status of the stack's actual configuration compared to its expected template configuration.
stackDriftStatus
- Status of the stack's actual configuration compared to its expected template configuration.public String getStackDriftStatus()
Status of the stack's actual configuration compared to its expected template configuration.
public AwsCloudFormationStackDriftInformationDetails withStackDriftStatus(String stackDriftStatus)
Status of the stack's actual configuration compared to its expected template configuration.
stackDriftStatus
- Status of the stack's actual configuration compared to its expected template configuration.public String toString()
toString
in class Object
Object.toString()
public AwsCloudFormationStackDriftInformationDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.