@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EC2ReplaceRouteTableAssociationAction extends Object implements Serializable, Cloneable, StructuredPojo
Information about the ReplaceRouteTableAssociation action in Amazon EC2.
Constructor and Description |
---|
EC2ReplaceRouteTableAssociationAction() |
Modifier and Type | Method and Description |
---|---|
EC2ReplaceRouteTableAssociationAction |
clone() |
boolean |
equals(Object obj) |
ActionTarget |
getAssociationId()
Information about the association ID.
|
String |
getDescription()
A description of the ReplaceRouteTableAssociation action in Amazon EC2.
|
ActionTarget |
getRouteTableId()
Information about the ID of the new route table to associate with the subnet.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAssociationId(ActionTarget associationId)
Information about the association ID.
|
void |
setDescription(String description)
A description of the ReplaceRouteTableAssociation action in Amazon EC2.
|
void |
setRouteTableId(ActionTarget routeTableId)
Information about the ID of the new route table to associate with the subnet.
|
String |
toString()
Returns a string representation of this object.
|
EC2ReplaceRouteTableAssociationAction |
withAssociationId(ActionTarget associationId)
Information about the association ID.
|
EC2ReplaceRouteTableAssociationAction |
withDescription(String description)
A description of the ReplaceRouteTableAssociation action in Amazon EC2.
|
EC2ReplaceRouteTableAssociationAction |
withRouteTableId(ActionTarget routeTableId)
Information about the ID of the new route table to associate with the subnet.
|
public EC2ReplaceRouteTableAssociationAction()
public void setDescription(String description)
A description of the ReplaceRouteTableAssociation action in Amazon EC2.
description
- A description of the ReplaceRouteTableAssociation action in Amazon EC2.public String getDescription()
A description of the ReplaceRouteTableAssociation action in Amazon EC2.
public EC2ReplaceRouteTableAssociationAction withDescription(String description)
A description of the ReplaceRouteTableAssociation action in Amazon EC2.
description
- A description of the ReplaceRouteTableAssociation action in Amazon EC2.public void setAssociationId(ActionTarget associationId)
Information about the association ID.
associationId
- Information about the association ID.public ActionTarget getAssociationId()
Information about the association ID.
public EC2ReplaceRouteTableAssociationAction withAssociationId(ActionTarget associationId)
Information about the association ID.
associationId
- Information about the association ID.public void setRouteTableId(ActionTarget routeTableId)
Information about the ID of the new route table to associate with the subnet.
routeTableId
- Information about the ID of the new route table to associate with the subnet.public ActionTarget getRouteTableId()
Information about the ID of the new route table to associate with the subnet.
public EC2ReplaceRouteTableAssociationAction withRouteTableId(ActionTarget routeTableId)
Information about the ID of the new route table to associate with the subnet.
routeTableId
- Information about the ID of the new route table to associate with the subnet.public String toString()
toString
in class Object
Object.toString()
public EC2ReplaceRouteTableAssociationAction clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.