@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeStackResourceDriftsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DescribeStackResourceDriftsResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeStackResourceDriftsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
If the request doesn't return all the remaining results,
NextToken is set to a token. |
List<StackResourceDrift> |
getStackResourceDrifts()
Drift information for the resources that have been checked for drift in the specified stack.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
If the request doesn't return all the remaining results,
NextToken is set to a token. |
void |
setStackResourceDrifts(Collection<StackResourceDrift> stackResourceDrifts)
Drift information for the resources that have been checked for drift in the specified stack.
|
String |
toString()
Returns a string representation of this object.
|
DescribeStackResourceDriftsResult |
withNextToken(String nextToken)
If the request doesn't return all the remaining results,
NextToken is set to a token. |
DescribeStackResourceDriftsResult |
withStackResourceDrifts(Collection<StackResourceDrift> stackResourceDrifts)
Drift information for the resources that have been checked for drift in the specified stack.
|
DescribeStackResourceDriftsResult |
withStackResourceDrifts(StackResourceDrift... stackResourceDrifts)
Drift information for the resources that have been checked for drift in the specified stack.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<StackResourceDrift> getStackResourceDrifts()
Drift information for the resources that have been checked for drift in the specified stack. This includes actual and expected configuration values for resources where CloudFormation detects drift.
For a given stack, there will be one StackResourceDrift for each stack resource that has been
checked for drift. Resources that haven't yet been checked for drift aren't included. Resources that do not
currently support drift detection aren't checked, and so not included. For a list of resources that support drift
detection, see Resources that Support Drift Detection.
For a given stack, there will be one StackResourceDrift for each stack resource that has
been checked for drift. Resources that haven't yet been checked for drift aren't included. Resources that
do not currently support drift detection aren't checked, and so not included. For a list of resources
that support drift detection, see Resources that Support Drift Detection.
public void setStackResourceDrifts(Collection<StackResourceDrift> stackResourceDrifts)
Drift information for the resources that have been checked for drift in the specified stack. This includes actual and expected configuration values for resources where CloudFormation detects drift.
For a given stack, there will be one StackResourceDrift for each stack resource that has been
checked for drift. Resources that haven't yet been checked for drift aren't included. Resources that do not
currently support drift detection aren't checked, and so not included. For a list of resources that support drift
detection, see Resources that Support Drift Detection.
stackResourceDrifts - Drift information for the resources that have been checked for drift in the specified stack. This includes
actual and expected configuration values for resources where CloudFormation detects drift.
For a given stack, there will be one StackResourceDrift for each stack resource that has been
checked for drift. Resources that haven't yet been checked for drift aren't included. Resources that do
not currently support drift detection aren't checked, and so not included. For a list of resources that
support drift detection, see Resources that Support Drift Detection.
public DescribeStackResourceDriftsResult withStackResourceDrifts(StackResourceDrift... stackResourceDrifts)
Drift information for the resources that have been checked for drift in the specified stack. This includes actual and expected configuration values for resources where CloudFormation detects drift.
For a given stack, there will be one StackResourceDrift for each stack resource that has been
checked for drift. Resources that haven't yet been checked for drift aren't included. Resources that do not
currently support drift detection aren't checked, and so not included. For a list of resources that support drift
detection, see Resources that Support Drift Detection.
NOTE: This method appends the values to the existing list (if any). Use
setStackResourceDrifts(java.util.Collection) or withStackResourceDrifts(java.util.Collection)
if you want to override the existing values.
stackResourceDrifts - Drift information for the resources that have been checked for drift in the specified stack. This includes
actual and expected configuration values for resources where CloudFormation detects drift.
For a given stack, there will be one StackResourceDrift for each stack resource that has been
checked for drift. Resources that haven't yet been checked for drift aren't included. Resources that do
not currently support drift detection aren't checked, and so not included. For a list of resources that
support drift detection, see Resources that Support Drift Detection.
public DescribeStackResourceDriftsResult withStackResourceDrifts(Collection<StackResourceDrift> stackResourceDrifts)
Drift information for the resources that have been checked for drift in the specified stack. This includes actual and expected configuration values for resources where CloudFormation detects drift.
For a given stack, there will be one StackResourceDrift for each stack resource that has been
checked for drift. Resources that haven't yet been checked for drift aren't included. Resources that do not
currently support drift detection aren't checked, and so not included. For a list of resources that support drift
detection, see Resources that Support Drift Detection.
stackResourceDrifts - Drift information for the resources that have been checked for drift in the specified stack. This includes
actual and expected configuration values for resources where CloudFormation detects drift.
For a given stack, there will be one StackResourceDrift for each stack resource that has been
checked for drift. Resources that haven't yet been checked for drift aren't included. Resources that do
not currently support drift detection aren't checked, and so not included. For a list of resources that
support drift detection, see Resources that Support Drift Detection.
public void setNextToken(String nextToken)
If the request doesn't return all the remaining results, NextToken is set to a token. To retrieve
the next set of results, call DescribeStackResourceDrifts again and assign that token to the request
object's NextToken parameter. If the request returns all results, NextToken is set to
null.
nextToken - If the request doesn't return all the remaining results, NextToken is set to a token. To
retrieve the next set of results, call DescribeStackResourceDrifts again and assign that
token to the request object's NextToken parameter. If the request returns all results,
NextToken is set to null.public String getNextToken()
If the request doesn't return all the remaining results, NextToken is set to a token. To retrieve
the next set of results, call DescribeStackResourceDrifts again and assign that token to the request
object's NextToken parameter. If the request returns all results, NextToken is set to
null.
NextToken is set to a token. To
retrieve the next set of results, call DescribeStackResourceDrifts again and assign that
token to the request object's NextToken parameter. If the request returns all results,
NextToken is set to null.public DescribeStackResourceDriftsResult withNextToken(String nextToken)
If the request doesn't return all the remaining results, NextToken is set to a token. To retrieve
the next set of results, call DescribeStackResourceDrifts again and assign that token to the request
object's NextToken parameter. If the request returns all results, NextToken is set to
null.
nextToken - If the request doesn't return all the remaining results, NextToken is set to a token. To
retrieve the next set of results, call DescribeStackResourceDrifts again and assign that
token to the request object's NextToken parameter. If the request returns all results,
NextToken is set to null.public String toString()
toString in class ObjectObject.toString()public DescribeStackResourceDriftsResult clone()