@Generated(value="software.amazon.awssdk:codegen") public final class DetectStackResourceDriftResponse extends CloudFormationResponse implements ToCopyableBuilder<DetectStackResourceDriftResponse.Builder,DetectStackResourceDriftResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DetectStackResourceDriftResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DetectStackResourceDriftResponse.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DetectStackResourceDriftResponse.Builder> |
serializableBuilderClass() |
StackResourceDrift |
stackResourceDrift()
Information about whether the resource's actual configuration has drifted from its expected template
configuration, including actual and expected property values and any differences detected.
|
DetectStackResourceDriftResponse.Builder |
toBuilder() |
String |
toString() |
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic StackResourceDrift stackResourceDrift()
Information about whether the resource's actual configuration has drifted from its expected template configuration, including actual and expected property values and any differences detected.
public DetectStackResourceDriftResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DetectStackResourceDriftResponse.Builder,DetectStackResourceDriftResponse>toBuilder in class AwsResponsepublic static DetectStackResourceDriftResponse.Builder builder()
public static Class<? extends DetectStackResourceDriftResponse.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2018. All rights reserved.