@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TransitGatewayPeeringAttachmentOptions extends Object implements Serializable, Cloneable
Describes dynamic routing for the transit gateway peering attachment.
| Constructor and Description |
|---|
TransitGatewayPeeringAttachmentOptions() |
| Modifier and Type | Method and Description |
|---|---|
TransitGatewayPeeringAttachmentOptions |
clone() |
boolean |
equals(Object obj) |
String |
getDynamicRouting()
Describes whether dynamic routing is enabled or disabled for the transit gateway peering attachment.
|
int |
hashCode() |
void |
setDynamicRouting(String dynamicRouting)
Describes whether dynamic routing is enabled or disabled for the transit gateway peering attachment.
|
String |
toString()
Returns a string representation of this object.
|
TransitGatewayPeeringAttachmentOptions |
withDynamicRouting(DynamicRoutingValue dynamicRouting)
Describes whether dynamic routing is enabled or disabled for the transit gateway peering attachment.
|
TransitGatewayPeeringAttachmentOptions |
withDynamicRouting(String dynamicRouting)
Describes whether dynamic routing is enabled or disabled for the transit gateway peering attachment.
|
public TransitGatewayPeeringAttachmentOptions()
public void setDynamicRouting(String dynamicRouting)
Describes whether dynamic routing is enabled or disabled for the transit gateway peering attachment.
dynamicRouting - Describes whether dynamic routing is enabled or disabled for the transit gateway peering attachment.DynamicRoutingValuepublic String getDynamicRouting()
Describes whether dynamic routing is enabled or disabled for the transit gateway peering attachment.
DynamicRoutingValuepublic TransitGatewayPeeringAttachmentOptions withDynamicRouting(String dynamicRouting)
Describes whether dynamic routing is enabled or disabled for the transit gateway peering attachment.
dynamicRouting - Describes whether dynamic routing is enabled or disabled for the transit gateway peering attachment.DynamicRoutingValuepublic TransitGatewayPeeringAttachmentOptions withDynamicRouting(DynamicRoutingValue dynamicRouting)
Describes whether dynamic routing is enabled or disabled for the transit gateway peering attachment.
dynamicRouting - Describes whether dynamic routing is enabled or disabled for the transit gateway peering attachment.DynamicRoutingValuepublic String toString()
toString in class ObjectObject.toString()public TransitGatewayPeeringAttachmentOptions clone()