@Generated(value="software.amazon.awssdk:codegen") public final class DetectStackSetDriftRequest extends CloudFormationRequest implements ToCopyableBuilder<DetectStackSetDriftRequest.Builder,DetectStackSetDriftRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DetectStackSetDriftRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DetectStackSetDriftRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
operationId()
The ID of the stack set operation.
|
StackSetOperationPreferences |
operationPreferences()
Returns the value of the OperationPreferences property for this object.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DetectStackSetDriftRequest.Builder> |
serializableBuilderClass() |
String |
stackSetName()
The name of the stack set on which to perform the drift detection operation.
|
DetectStackSetDriftRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String stackSetName()
The name of the stack set on which to perform the drift detection operation.
public final StackSetOperationPreferences operationPreferences()
public final String operationId()
The ID of the stack set operation.
public DetectStackSetDriftRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DetectStackSetDriftRequest.Builder,DetectStackSetDriftRequest>toBuilder in class CloudFormationRequestpublic static DetectStackSetDriftRequest.Builder builder()
public static Class<? extends DetectStackSetDriftRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic 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 SdkRequestCopyright © 2021. All rights reserved.