@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CloudFormationAction extends Object implements Serializable, Cloneable, StructuredPojo
Specifies the CloudFormation action.
| Constructor and Description |
|---|
CloudFormationAction() |
| Modifier and Type | Method and Description |
|---|---|
CloudFormationAction |
clone() |
boolean |
equals(Object obj) |
String |
getActionType()
The action type of the CloudFormation action.
|
String |
getResource()
The resource of the CloudFormation action.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setActionType(String actionType)
The action type of the CloudFormation action.
|
void |
setResource(String resource)
The resource of the CloudFormation action.
|
String |
toString()
Returns a string representation of this object.
|
CloudFormationAction |
withActionType(CloudFormationActionType actionType)
The action type of the CloudFormation action.
|
CloudFormationAction |
withActionType(String actionType)
The action type of the CloudFormation action.
|
CloudFormationAction |
withResource(String resource)
The resource of the CloudFormation action.
|
public void setResource(String resource)
The resource of the CloudFormation action.
resource - The resource of the CloudFormation action.public String getResource()
The resource of the CloudFormation action.
public CloudFormationAction withResource(String resource)
The resource of the CloudFormation action.
resource - The resource of the CloudFormation action.public void setActionType(String actionType)
The action type of the CloudFormation action.
actionType - The action type of the CloudFormation action.CloudFormationActionTypepublic String getActionType()
The action type of the CloudFormation action.
CloudFormationActionTypepublic CloudFormationAction withActionType(String actionType)
The action type of the CloudFormation action.
actionType - The action type of the CloudFormation action.CloudFormationActionTypepublic CloudFormationAction withActionType(CloudFormationActionType actionType)
The action type of the CloudFormation action.
actionType - The action type of the CloudFormation action.CloudFormationActionTypepublic String toString()
toString in class ObjectObject.toString()public CloudFormationAction clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.