@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 final 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.
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 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 final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2023. All rights reserved.