@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) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends RollbackTrigger.Builder> |
serializableBuilderClass() |
RollbackTrigger.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
String |
type()
This property corresponds to the content of the same name for the AWS CloudFormation RollbackTrigger
Data Type.
|
copy
public String arn()
This property corresponds to the content of the same name for the AWS CloudFormation RollbackTrigger Data Type.
public String type()
This property corresponds to the content of the same name for the AWS CloudFormation RollbackTrigger Data Type.
public RollbackTrigger.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<RollbackTrigger.Builder,RollbackTrigger>
public static RollbackTrigger.Builder builder()
public static Class<? extends RollbackTrigger.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.