@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DetectStackDriftRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DetectStackDriftRequest() |
Modifier and Type | Method and Description |
---|---|
DetectStackDriftRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<String> |
getLogicalResourceIds()
The logical names of any resources you want to use as filters.
|
String |
getStackName()
The name of the stack for which you want to detect drift.
|
int |
hashCode() |
void |
setLogicalResourceIds(Collection<String> logicalResourceIds)
The logical names of any resources you want to use as filters.
|
void |
setStackName(String stackName)
The name of the stack for which you want to detect drift.
|
String |
toString()
Returns a string representation of this object.
|
DetectStackDriftRequest |
withLogicalResourceIds(Collection<String> logicalResourceIds)
The logical names of any resources you want to use as filters.
|
DetectStackDriftRequest |
withLogicalResourceIds(String... logicalResourceIds)
The logical names of any resources you want to use as filters.
|
DetectStackDriftRequest |
withStackName(String stackName)
The name of the stack for which you want to detect drift.
|
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 to detect drift.
stackName
- The name of the stack for which you want to detect drift.public String getStackName()
The name of the stack for which you want to detect drift.
public DetectStackDriftRequest withStackName(String stackName)
The name of the stack for which you want to detect drift.
stackName
- The name of the stack for which you want to detect drift.public List<String> getLogicalResourceIds()
The logical names of any resources you want to use as filters.
public void setLogicalResourceIds(Collection<String> logicalResourceIds)
The logical names of any resources you want to use as filters.
logicalResourceIds
- The logical names of any resources you want to use as filters.public DetectStackDriftRequest withLogicalResourceIds(String... logicalResourceIds)
The logical names of any resources you want to use as filters.
NOTE: This method appends the values to the existing list (if any). Use
setLogicalResourceIds(java.util.Collection)
or withLogicalResourceIds(java.util.Collection)
if
you want to override the existing values.
logicalResourceIds
- The logical names of any resources you want to use as filters.public DetectStackDriftRequest withLogicalResourceIds(Collection<String> logicalResourceIds)
The logical names of any resources you want to use as filters.
logicalResourceIds
- The logical names of any resources you want to use as filters.public String toString()
toString
in class Object
Object.toString()
public DetectStackDriftRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()