@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DetectStackSetDriftRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DetectStackSetDriftRequest() |
| Modifier and Type | Method and Description |
|---|---|
DetectStackSetDriftRequest |
clone() |
boolean |
equals(Object obj) |
String |
getOperationId()
The ID of the stack set operation.
|
StackSetOperationPreferences |
getOperationPreferences() |
String |
getStackSetName()
The name of the stack set on which to perform the drift detection operation.
|
int |
hashCode() |
void |
setOperationId(String operationId)
The ID of the stack set operation.
|
void |
setOperationPreferences(StackSetOperationPreferences operationPreferences) |
void |
setStackSetName(String stackSetName)
The name of the stack set on which to perform the drift detection operation.
|
String |
toString()
Returns a string representation of this object.
|
DetectStackSetDriftRequest |
withOperationId(String operationId)
The ID of the stack set operation.
|
DetectStackSetDriftRequest |
withOperationPreferences(StackSetOperationPreferences operationPreferences) |
DetectStackSetDriftRequest |
withStackSetName(String stackSetName)
The name of the stack set on which to perform the drift detection operation.
|
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic void setStackSetName(String stackSetName)
The name of the stack set on which to perform the drift detection operation.
stackSetName - The name of the stack set on which to perform the drift detection operation.public String getStackSetName()
The name of the stack set on which to perform the drift detection operation.
public DetectStackSetDriftRequest withStackSetName(String stackSetName)
The name of the stack set on which to perform the drift detection operation.
stackSetName - The name of the stack set on which to perform the drift detection operation.public void setOperationPreferences(StackSetOperationPreferences operationPreferences)
operationPreferences - public StackSetOperationPreferences getOperationPreferences()
public DetectStackSetDriftRequest withOperationPreferences(StackSetOperationPreferences operationPreferences)
operationPreferences - public void setOperationId(String operationId)
The ID of the stack set operation.
operationId - The ID of the stack set operation.public String getOperationId()
The ID of the stack set operation.
public DetectStackSetDriftRequest withOperationId(String operationId)
The ID of the stack set operation.
operationId - The ID of the stack set operation.public String toString()
toString in class ObjectObject.toString()public DetectStackSetDriftRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.