@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DetectStackSetDriftResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DetectStackSetDriftResult() |
| Modifier and Type | Method and Description |
|---|---|
DetectStackSetDriftResult |
clone() |
boolean |
equals(Object obj) |
String |
getOperationId()
The ID of the drift detection stack set operation.
|
int |
hashCode() |
void |
setOperationId(String operationId)
The ID of the drift detection stack set operation.
|
String |
toString()
Returns a string representation of this object.
|
DetectStackSetDriftResult |
withOperationId(String operationId)
The ID of the drift detection stack set operation.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setOperationId(String operationId)
The ID of the drift detection stack set operation.
You can use this operation ID with DescribeStackSetOperation to monitor the progress of the drift detection operation.
operationId - The ID of the drift detection stack set operation.
You can use this operation ID with DescribeStackSetOperation to monitor the progress of the drift detection operation.
public String getOperationId()
The ID of the drift detection stack set operation.
You can use this operation ID with DescribeStackSetOperation to monitor the progress of the drift detection operation.
You can use this operation ID with DescribeStackSetOperation to monitor the progress of the drift detection operation.
public DetectStackSetDriftResult withOperationId(String operationId)
The ID of the drift detection stack set operation.
You can use this operation ID with DescribeStackSetOperation to monitor the progress of the drift detection operation.
operationId - The ID of the drift detection stack set operation.
You can use this operation ID with DescribeStackSetOperation to monitor the progress of the drift detection operation.
public String toString()
toString in class ObjectObject.toString()public DetectStackSetDriftResult clone()