@Generated(value="software.amazon.awssdk:codegen") public final class DetectStackDriftResponse extends CloudFormationResponse implements ToCopyableBuilder<DetectStackDriftResponse.Builder,DetectStackDriftResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DetectStackDriftResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DetectStackDriftResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DetectStackDriftResponse.Builder> |
serializableBuilderClass() |
String |
stackDriftDetectionId()
The ID of the drift detection results of this operation.
|
DetectStackDriftResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String stackDriftDetectionId()
The ID of the drift detection results of this operation.
AWS CloudFormation generates new results, with a new drift detection ID, each time this operation is run. However, the number of drift results AWS CloudFormation retains for any given stack, and for how long, may vary.
AWS CloudFormation generates new results, with a new drift detection ID, each time this operation is run. However, the number of drift results AWS CloudFormation retains for any given stack, and for how long, may vary.
public DetectStackDriftResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DetectStackDriftResponse.Builder,DetectStackDriftResponse>toBuilder in class AwsResponsepublic static DetectStackDriftResponse.Builder builder()
public static Class<? extends DetectStackDriftResponse.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsResponsepublic boolean equals(Object obj)
equals in class AwsResponsepublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2020. All rights reserved.