@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RollbackTrigger extends Object implements Serializable, Cloneable, StructuredPojo
This property corresponds to the AWS CloudFormation RollbackTrigger Data Type.
Constructor and Description |
---|
RollbackTrigger() |
Modifier and Type | Method and Description |
---|---|
RollbackTrigger |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
This property corresponds to the content of the same name for the AWS CloudFormation RollbackTrigger
Data Type.
|
String |
getType()
This property corresponds to the content of the same name for the AWS CloudFormation RollbackTrigger
Data Type.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setArn(String arn)
This property corresponds to the content of the same name for the AWS CloudFormation RollbackTrigger
Data Type.
|
void |
setType(String type)
This property corresponds to the content of the same name for the AWS CloudFormation RollbackTrigger
Data Type.
|
String |
toString()
Returns a string representation of this object.
|
RollbackTrigger |
withArn(String arn)
This property corresponds to the content of the same name for the AWS CloudFormation RollbackTrigger
Data Type.
|
RollbackTrigger |
withType(String type)
This property corresponds to the content of the same name for the AWS CloudFormation RollbackTrigger
Data Type.
|
public void setArn(String arn)
This property corresponds to the content of the same name for the AWS CloudFormation RollbackTrigger Data Type.
arn
- This property corresponds to the content of the same name for the AWS CloudFormation RollbackTrigger Data Type.public String getArn()
This property corresponds to the content of the same name for the AWS CloudFormation RollbackTrigger Data Type.
public RollbackTrigger withArn(String arn)
This property corresponds to the content of the same name for the AWS CloudFormation RollbackTrigger Data Type.
arn
- This property corresponds to the content of the same name for the AWS CloudFormation RollbackTrigger Data Type.public void setType(String type)
This property corresponds to the content of the same name for the AWS CloudFormation RollbackTrigger Data Type.
type
- This property corresponds to the content of the same name for the AWS CloudFormation RollbackTrigger Data Type.public String getType()
This property corresponds to the content of the same name for the AWS CloudFormation RollbackTrigger Data Type.
public RollbackTrigger withType(String type)
This property corresponds to the content of the same name for the AWS CloudFormation RollbackTrigger Data Type.
type
- This property corresponds to the content of the same name for the AWS CloudFormation RollbackTrigger Data Type.public String toString()
toString
in class Object
Object.toString()
public RollbackTrigger clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.