@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StackSetSummary extends Object implements Serializable, Cloneable
The structures that contain summary information about the specified stack set.
Constructor and Description |
---|
StackSetSummary() |
Modifier and Type | Method and Description |
---|---|
StackSetSummary |
clone() |
boolean |
equals(Object obj) |
String |
getDescription()
A description of the stack set that you specify when the stack set is created or updated.
|
String |
getDriftStatus()
Status of the stack set's actual configuration compared to its expected template and parameter configuration.
|
Date |
getLastDriftCheckTimestamp()
Most recent time when CloudFormation performed a drift detection operation on the stack set.
|
String |
getStackSetId()
The ID of the stack set.
|
String |
getStackSetName()
The name of the stack set.
|
String |
getStatus()
The status of the stack set.
|
int |
hashCode() |
void |
setDescription(String description)
A description of the stack set that you specify when the stack set is created or updated.
|
void |
setDriftStatus(StackDriftStatus driftStatus)
Status of the stack set's actual configuration compared to its expected template and parameter configuration.
|
void |
setDriftStatus(String driftStatus)
Status of the stack set's actual configuration compared to its expected template and parameter configuration.
|
void |
setLastDriftCheckTimestamp(Date lastDriftCheckTimestamp)
Most recent time when CloudFormation performed a drift detection operation on the stack set.
|
void |
setStackSetId(String stackSetId)
The ID of the stack set.
|
void |
setStackSetName(String stackSetName)
The name of the stack set.
|
void |
setStatus(StackSetStatus status)
The status of the stack set.
|
void |
setStatus(String status)
The status of the stack set.
|
String |
toString()
Returns a string representation of this object.
|
StackSetSummary |
withDescription(String description)
A description of the stack set that you specify when the stack set is created or updated.
|
StackSetSummary |
withDriftStatus(StackDriftStatus driftStatus)
Status of the stack set's actual configuration compared to its expected template and parameter configuration.
|
StackSetSummary |
withDriftStatus(String driftStatus)
Status of the stack set's actual configuration compared to its expected template and parameter configuration.
|
StackSetSummary |
withLastDriftCheckTimestamp(Date lastDriftCheckTimestamp)
Most recent time when CloudFormation performed a drift detection operation on the stack set.
|
StackSetSummary |
withStackSetId(String stackSetId)
The ID of the stack set.
|
StackSetSummary |
withStackSetName(String stackSetName)
The name of the stack set.
|
StackSetSummary |
withStatus(StackSetStatus status)
The status of the stack set.
|
StackSetSummary |
withStatus(String status)
The status of the stack set.
|
public void setStackSetName(String stackSetName)
The name of the stack set.
stackSetName
- The name of the stack set.public String getStackSetName()
The name of the stack set.
public StackSetSummary withStackSetName(String stackSetName)
The name of the stack set.
stackSetName
- The name of the stack set.public void setStackSetId(String stackSetId)
The ID of the stack set.
stackSetId
- The ID of the stack set.public String getStackSetId()
The ID of the stack set.
public StackSetSummary withStackSetId(String stackSetId)
The ID of the stack set.
stackSetId
- The ID of the stack set.public void setDescription(String description)
A description of the stack set that you specify when the stack set is created or updated.
description
- A description of the stack set that you specify when the stack set is created or updated.public String getDescription()
A description of the stack set that you specify when the stack set is created or updated.
public StackSetSummary withDescription(String description)
A description of the stack set that you specify when the stack set is created or updated.
description
- A description of the stack set that you specify when the stack set is created or updated.public void setStatus(String status)
The status of the stack set.
status
- The status of the stack set.StackSetStatus
public String getStatus()
The status of the stack set.
StackSetStatus
public StackSetSummary withStatus(String status)
The status of the stack set.
status
- The status of the stack set.StackSetStatus
public void setStatus(StackSetStatus status)
The status of the stack set.
status
- The status of the stack set.StackSetStatus
public StackSetSummary withStatus(StackSetStatus status)
The status of the stack set.
status
- The status of the stack set.StackSetStatus
public void setDriftStatus(String driftStatus)
Status of the stack set's actual configuration compared to its expected template and parameter configuration. A stack set is considered to have drifted if one or more of its stack instances have drifted from their expected template and parameter configuration.
DRIFTED
: One or more of the stack instances belonging to the stack set stack differs from the
expected template and parameter configuration. A stack instance is considered to have drifted if one or more of
the resources in the associated stack have drifted.
NOT_CHECKED
: AWS CloudFormation has not checked the stack set for drift.
IN_SYNC
: All of the stack instances belonging to the stack set stack match from the expected
template and parameter configuration.
UNKNOWN
: This value is reserved for future use.
driftStatus
- Status of the stack set's actual configuration compared to its expected template and parameter
configuration. A stack set is considered to have drifted if one or more of its stack instances have
drifted from their expected template and parameter configuration.
DRIFTED
: One or more of the stack instances belonging to the stack set stack differs from the
expected template and parameter configuration. A stack instance is considered to have drifted if one or
more of the resources in the associated stack have drifted.
NOT_CHECKED
: AWS CloudFormation has not checked the stack set for drift.
IN_SYNC
: All of the stack instances belonging to the stack set stack match from the expected
template and parameter configuration.
UNKNOWN
: This value is reserved for future use.
StackDriftStatus
public String getDriftStatus()
Status of the stack set's actual configuration compared to its expected template and parameter configuration. A stack set is considered to have drifted if one or more of its stack instances have drifted from their expected template and parameter configuration.
DRIFTED
: One or more of the stack instances belonging to the stack set stack differs from the
expected template and parameter configuration. A stack instance is considered to have drifted if one or more of
the resources in the associated stack have drifted.
NOT_CHECKED
: AWS CloudFormation has not checked the stack set for drift.
IN_SYNC
: All of the stack instances belonging to the stack set stack match from the expected
template and parameter configuration.
UNKNOWN
: This value is reserved for future use.
DRIFTED
: One or more of the stack instances belonging to the stack set stack differs from
the expected template and parameter configuration. A stack instance is considered to have drifted if one
or more of the resources in the associated stack have drifted.
NOT_CHECKED
: AWS CloudFormation has not checked the stack set for drift.
IN_SYNC
: All of the stack instances belonging to the stack set stack match from the expected
template and parameter configuration.
UNKNOWN
: This value is reserved for future use.
StackDriftStatus
public StackSetSummary withDriftStatus(String driftStatus)
Status of the stack set's actual configuration compared to its expected template and parameter configuration. A stack set is considered to have drifted if one or more of its stack instances have drifted from their expected template and parameter configuration.
DRIFTED
: One or more of the stack instances belonging to the stack set stack differs from the
expected template and parameter configuration. A stack instance is considered to have drifted if one or more of
the resources in the associated stack have drifted.
NOT_CHECKED
: AWS CloudFormation has not checked the stack set for drift.
IN_SYNC
: All of the stack instances belonging to the stack set stack match from the expected
template and parameter configuration.
UNKNOWN
: This value is reserved for future use.
driftStatus
- Status of the stack set's actual configuration compared to its expected template and parameter
configuration. A stack set is considered to have drifted if one or more of its stack instances have
drifted from their expected template and parameter configuration.
DRIFTED
: One or more of the stack instances belonging to the stack set stack differs from the
expected template and parameter configuration. A stack instance is considered to have drifted if one or
more of the resources in the associated stack have drifted.
NOT_CHECKED
: AWS CloudFormation has not checked the stack set for drift.
IN_SYNC
: All of the stack instances belonging to the stack set stack match from the expected
template and parameter configuration.
UNKNOWN
: This value is reserved for future use.
StackDriftStatus
public void setDriftStatus(StackDriftStatus driftStatus)
Status of the stack set's actual configuration compared to its expected template and parameter configuration. A stack set is considered to have drifted if one or more of its stack instances have drifted from their expected template and parameter configuration.
DRIFTED
: One or more of the stack instances belonging to the stack set stack differs from the
expected template and parameter configuration. A stack instance is considered to have drifted if one or more of
the resources in the associated stack have drifted.
NOT_CHECKED
: AWS CloudFormation has not checked the stack set for drift.
IN_SYNC
: All of the stack instances belonging to the stack set stack match from the expected
template and parameter configuration.
UNKNOWN
: This value is reserved for future use.
driftStatus
- Status of the stack set's actual configuration compared to its expected template and parameter
configuration. A stack set is considered to have drifted if one or more of its stack instances have
drifted from their expected template and parameter configuration.
DRIFTED
: One or more of the stack instances belonging to the stack set stack differs from the
expected template and parameter configuration. A stack instance is considered to have drifted if one or
more of the resources in the associated stack have drifted.
NOT_CHECKED
: AWS CloudFormation has not checked the stack set for drift.
IN_SYNC
: All of the stack instances belonging to the stack set stack match from the expected
template and parameter configuration.
UNKNOWN
: This value is reserved for future use.
StackDriftStatus
public StackSetSummary withDriftStatus(StackDriftStatus driftStatus)
Status of the stack set's actual configuration compared to its expected template and parameter configuration. A stack set is considered to have drifted if one or more of its stack instances have drifted from their expected template and parameter configuration.
DRIFTED
: One or more of the stack instances belonging to the stack set stack differs from the
expected template and parameter configuration. A stack instance is considered to have drifted if one or more of
the resources in the associated stack have drifted.
NOT_CHECKED
: AWS CloudFormation has not checked the stack set for drift.
IN_SYNC
: All of the stack instances belonging to the stack set stack match from the expected
template and parameter configuration.
UNKNOWN
: This value is reserved for future use.
driftStatus
- Status of the stack set's actual configuration compared to its expected template and parameter
configuration. A stack set is considered to have drifted if one or more of its stack instances have
drifted from their expected template and parameter configuration.
DRIFTED
: One or more of the stack instances belonging to the stack set stack differs from the
expected template and parameter configuration. A stack instance is considered to have drifted if one or
more of the resources in the associated stack have drifted.
NOT_CHECKED
: AWS CloudFormation has not checked the stack set for drift.
IN_SYNC
: All of the stack instances belonging to the stack set stack match from the expected
template and parameter configuration.
UNKNOWN
: This value is reserved for future use.
StackDriftStatus
public void setLastDriftCheckTimestamp(Date lastDriftCheckTimestamp)
Most recent time when CloudFormation performed a drift detection operation on the stack set. This value will be
NULL
for any stack set on which drift detection has not yet been performed.
lastDriftCheckTimestamp
- Most recent time when CloudFormation performed a drift detection operation on the stack set. This value
will be NULL
for any stack set on which drift detection has not yet been performed.public Date getLastDriftCheckTimestamp()
Most recent time when CloudFormation performed a drift detection operation on the stack set. This value will be
NULL
for any stack set on which drift detection has not yet been performed.
NULL
for any stack set on which drift detection has not yet been performed.public StackSetSummary withLastDriftCheckTimestamp(Date lastDriftCheckTimestamp)
Most recent time when CloudFormation performed a drift detection operation on the stack set. This value will be
NULL
for any stack set on which drift detection has not yet been performed.
lastDriftCheckTimestamp
- Most recent time when CloudFormation performed a drift detection operation on the stack set. This value
will be NULL
for any stack set on which drift detection has not yet been performed.public String toString()
toString
in class Object
Object.toString()
public StackSetSummary clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.