@Generated(value="software.amazon.awssdk:codegen") public final class RollbackTrigger extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RollbackTrigger.Builder,RollbackTrigger>
This property corresponds to the AWS CloudFormation RollbackTrigger Data Type.
| Modifier and Type | Class and Description |
|---|---|
static interface |
RollbackTrigger.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
This property corresponds to the content of the same name for the AWS CloudFormation RollbackTrigger
Data Type.
|
static RollbackTrigger.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 RollbackTrigger.Builder> |
serializableBuilderClass() |
RollbackTrigger.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
type()
This property corresponds to the content of the same name for the AWS CloudFormation RollbackTrigger
Data Type.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String arn()
This property corresponds to the content of the same name for the AWS CloudFormation RollbackTrigger Data Type.
public final String type()
This property corresponds to the content of the same name for the AWS CloudFormation RollbackTrigger Data Type.
public RollbackTrigger.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RollbackTrigger.Builder,RollbackTrigger>public static RollbackTrigger.Builder builder()
public static Class<? extends RollbackTrigger.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.