@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeStackResourceDriftsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeStackResourceDriftsRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeStackResourceDriftsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum number of results to be returned with a single call.
|
String |
getNextToken()
A string that identifies the next page of stack resource drift results.
|
String |
getStackName()
The name of the stack for which you want drift information.
|
List<String> |
getStackResourceDriftStatusFilters()
The resource drift status values to use as filters for the resource drift results returned.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of results to be returned with a single call.
|
void |
setNextToken(String nextToken)
A string that identifies the next page of stack resource drift results.
|
void |
setStackName(String stackName)
The name of the stack for which you want drift information.
|
void |
setStackResourceDriftStatusFilters(Collection<String> stackResourceDriftStatusFilters)
The resource drift status values to use as filters for the resource drift results returned.
|
String |
toString()
Returns a string representation of this object.
|
DescribeStackResourceDriftsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to be returned with a single call.
|
DescribeStackResourceDriftsRequest |
withNextToken(String nextToken)
A string that identifies the next page of stack resource drift results.
|
DescribeStackResourceDriftsRequest |
withStackName(String stackName)
The name of the stack for which you want drift information.
|
DescribeStackResourceDriftsRequest |
withStackResourceDriftStatusFilters(Collection<String> stackResourceDriftStatusFilters)
The resource drift status values to use as filters for the resource drift results returned.
|
DescribeStackResourceDriftsRequest |
withStackResourceDriftStatusFilters(StackResourceDriftStatus... stackResourceDriftStatusFilters)
The resource drift status values to use as filters for the resource drift results returned.
|
DescribeStackResourceDriftsRequest |
withStackResourceDriftStatusFilters(String... stackResourceDriftStatusFilters)
The resource drift status values to use as filters for the resource drift results returned.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setStackName(String stackName)
The name of the stack for which you want drift information.
stackName
- The name of the stack for which you want drift information.public String getStackName()
The name of the stack for which you want drift information.
public DescribeStackResourceDriftsRequest withStackName(String stackName)
The name of the stack for which you want drift information.
stackName
- The name of the stack for which you want drift information.public List<String> getStackResourceDriftStatusFilters()
The resource drift status values to use as filters for the resource drift results returned.
DELETED
: The resource differs from its expected template configuration in that the resource has been
deleted.
MODIFIED
: One or more resource properties differ from their expected template values.
IN_SYNC
: The resource's actual configuration matches its expected template configuration.
NOT_CHECKED
: CloudFormation doesn't currently return this value.
DELETED
: The resource differs from its expected template configuration in that the resource
has been deleted.
MODIFIED
: One or more resource properties differ from their expected template values.
IN_SYNC
: The resource's actual configuration matches its expected template configuration.
NOT_CHECKED
: CloudFormation doesn't currently return this value.
StackResourceDriftStatus
public void setStackResourceDriftStatusFilters(Collection<String> stackResourceDriftStatusFilters)
The resource drift status values to use as filters for the resource drift results returned.
DELETED
: The resource differs from its expected template configuration in that the resource has been
deleted.
MODIFIED
: One or more resource properties differ from their expected template values.
IN_SYNC
: The resource's actual configuration matches its expected template configuration.
NOT_CHECKED
: CloudFormation doesn't currently return this value.
stackResourceDriftStatusFilters
- The resource drift status values to use as filters for the resource drift results returned.
DELETED
: The resource differs from its expected template configuration in that the resource
has been deleted.
MODIFIED
: One or more resource properties differ from their expected template values.
IN_SYNC
: The resource's actual configuration matches its expected template configuration.
NOT_CHECKED
: CloudFormation doesn't currently return this value.
StackResourceDriftStatus
public DescribeStackResourceDriftsRequest withStackResourceDriftStatusFilters(String... stackResourceDriftStatusFilters)
The resource drift status values to use as filters for the resource drift results returned.
DELETED
: The resource differs from its expected template configuration in that the resource has been
deleted.
MODIFIED
: One or more resource properties differ from their expected template values.
IN_SYNC
: The resource's actual configuration matches its expected template configuration.
NOT_CHECKED
: CloudFormation doesn't currently return this value.
NOTE: This method appends the values to the existing list (if any). Use
setStackResourceDriftStatusFilters(java.util.Collection)
or
withStackResourceDriftStatusFilters(java.util.Collection)
if you want to override the existing values.
stackResourceDriftStatusFilters
- The resource drift status values to use as filters for the resource drift results returned.
DELETED
: The resource differs from its expected template configuration in that the resource
has been deleted.
MODIFIED
: One or more resource properties differ from their expected template values.
IN_SYNC
: The resource's actual configuration matches its expected template configuration.
NOT_CHECKED
: CloudFormation doesn't currently return this value.
StackResourceDriftStatus
public DescribeStackResourceDriftsRequest withStackResourceDriftStatusFilters(Collection<String> stackResourceDriftStatusFilters)
The resource drift status values to use as filters for the resource drift results returned.
DELETED
: The resource differs from its expected template configuration in that the resource has been
deleted.
MODIFIED
: One or more resource properties differ from their expected template values.
IN_SYNC
: The resource's actual configuration matches its expected template configuration.
NOT_CHECKED
: CloudFormation doesn't currently return this value.
stackResourceDriftStatusFilters
- The resource drift status values to use as filters for the resource drift results returned.
DELETED
: The resource differs from its expected template configuration in that the resource
has been deleted.
MODIFIED
: One or more resource properties differ from their expected template values.
IN_SYNC
: The resource's actual configuration matches its expected template configuration.
NOT_CHECKED
: CloudFormation doesn't currently return this value.
StackResourceDriftStatus
public DescribeStackResourceDriftsRequest withStackResourceDriftStatusFilters(StackResourceDriftStatus... stackResourceDriftStatusFilters)
The resource drift status values to use as filters for the resource drift results returned.
DELETED
: The resource differs from its expected template configuration in that the resource has been
deleted.
MODIFIED
: One or more resource properties differ from their expected template values.
IN_SYNC
: The resource's actual configuration matches its expected template configuration.
NOT_CHECKED
: CloudFormation doesn't currently return this value.
stackResourceDriftStatusFilters
- The resource drift status values to use as filters for the resource drift results returned.
DELETED
: The resource differs from its expected template configuration in that the resource
has been deleted.
MODIFIED
: One or more resource properties differ from their expected template values.
IN_SYNC
: The resource's actual configuration matches its expected template configuration.
NOT_CHECKED
: CloudFormation doesn't currently return this value.
StackResourceDriftStatus
public void setNextToken(String nextToken)
A string that identifies the next page of stack resource drift results.
nextToken
- A string that identifies the next page of stack resource drift results.public String getNextToken()
A string that identifies the next page of stack resource drift results.
public DescribeStackResourceDriftsRequest withNextToken(String nextToken)
A string that identifies the next page of stack resource drift results.
nextToken
- A string that identifies the next page of stack resource drift results.public void setMaxResults(Integer maxResults)
The maximum number of results to be returned with a single call. If the number of available results exceeds this
maximum, the response includes a NextToken
value that you can assign to the NextToken
request parameter to get the next set of results.
maxResults
- The maximum number of results to be returned with a single call. If the number of available results
exceeds this maximum, the response includes a NextToken
value that you can assign to the
NextToken
request parameter to get the next set of results.public Integer getMaxResults()
The maximum number of results to be returned with a single call. If the number of available results exceeds this
maximum, the response includes a NextToken
value that you can assign to the NextToken
request parameter to get the next set of results.
NextToken
value that you can assign to the
NextToken
request parameter to get the next set of results.public DescribeStackResourceDriftsRequest withMaxResults(Integer maxResults)
The maximum number of results to be returned with a single call. If the number of available results exceeds this
maximum, the response includes a NextToken
value that you can assign to the NextToken
request parameter to get the next set of results.
maxResults
- The maximum number of results to be returned with a single call. If the number of available results
exceeds this maximum, the response includes a NextToken
value that you can assign to the
NextToken
request parameter to get the next set of results.public String toString()
toString
in class Object
Object.toString()
public DescribeStackResourceDriftsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()