@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeStackDriftDetectionStatusRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeStackDriftDetectionStatusRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeStackDriftDetectionStatusRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getStackDriftDetectionId()
The ID of the drift detection results of this operation.
|
int |
hashCode() |
void |
setStackDriftDetectionId(String stackDriftDetectionId)
The ID of the drift detection results of this operation.
|
String |
toString()
Returns a string representation of this object.
|
DescribeStackDriftDetectionStatusRequest |
withStackDriftDetectionId(String stackDriftDetectionId)
The ID of the drift detection results of this operation.
|
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 DescribeStackDriftDetectionStatusRequest()
public void setStackDriftDetectionId(String stackDriftDetectionId)
The ID of the drift detection results of this operation.
CloudFormation generates new results, with a new drift detection ID, each time this operation is run. However, the number of drift results CloudFormation retains for any given stack, and for how long, may vary.
stackDriftDetectionId
- The ID of the drift detection results of this operation.
CloudFormation generates new results, with a new drift detection ID, each time this operation is run. However, the number of drift results CloudFormation retains for any given stack, and for how long, may vary.
public String getStackDriftDetectionId()
The ID of the drift detection results of this operation.
CloudFormation generates new results, with a new drift detection ID, each time this operation is run. However, the number of drift results CloudFormation retains for any given stack, and for how long, may vary.
CloudFormation generates new results, with a new drift detection ID, each time this operation is run. However, the number of drift results CloudFormation retains for any given stack, and for how long, may vary.
public DescribeStackDriftDetectionStatusRequest withStackDriftDetectionId(String stackDriftDetectionId)
The ID of the drift detection results of this operation.
CloudFormation generates new results, with a new drift detection ID, each time this operation is run. However, the number of drift results CloudFormation retains for any given stack, and for how long, may vary.
stackDriftDetectionId
- The ID of the drift detection results of this operation.
CloudFormation generates new results, with a new drift detection ID, each time this operation is run. However, the number of drift results CloudFormation retains for any given stack, and for how long, may vary.
public String toString()
toString
in class Object
Object.toString()
public DescribeStackDriftDetectionStatusRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()