@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DetectStackResourceDriftRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DetectStackResourceDriftRequest() |
Modifier and Type | Method and Description |
---|---|
DetectStackResourceDriftRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getLogicalResourceId()
The logical name of the resource for which to return drift information.
|
String |
getStackName()
The name of the stack to which the resource belongs.
|
int |
hashCode() |
void |
setLogicalResourceId(String logicalResourceId)
The logical name of the resource for which to return drift information.
|
void |
setStackName(String stackName)
The name of the stack to which the resource belongs.
|
String |
toString()
Returns a string representation of this object.
|
DetectStackResourceDriftRequest |
withLogicalResourceId(String logicalResourceId)
The logical name of the resource for which to return drift information.
|
DetectStackResourceDriftRequest |
withStackName(String stackName)
The name of the stack to which the resource belongs.
|
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 to which the resource belongs.
stackName
- The name of the stack to which the resource belongs.public String getStackName()
The name of the stack to which the resource belongs.
public DetectStackResourceDriftRequest withStackName(String stackName)
The name of the stack to which the resource belongs.
stackName
- The name of the stack to which the resource belongs.public void setLogicalResourceId(String logicalResourceId)
The logical name of the resource for which to return drift information.
logicalResourceId
- The logical name of the resource for which to return drift information.public String getLogicalResourceId()
The logical name of the resource for which to return drift information.
public DetectStackResourceDriftRequest withLogicalResourceId(String logicalResourceId)
The logical name of the resource for which to return drift information.
logicalResourceId
- The logical name of the resource for which to return drift information.public String toString()
toString
in class Object
Object.toString()
public DetectStackResourceDriftRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()