@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ModifyTransitGatewayResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| ModifyTransitGatewayResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| ModifyTransitGatewayResult | clone() | 
| boolean | equals(Object obj) | 
| TransitGateway | getTransitGateway()
 Information about the transit gateway. | 
| int | hashCode() | 
| void | setTransitGateway(TransitGateway transitGateway)
 Information about the transit gateway. | 
| String | toString()Returns a string representation of this object. | 
| ModifyTransitGatewayResult | withTransitGateway(TransitGateway transitGateway)
 Information about the transit gateway. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setTransitGateway(TransitGateway transitGateway)
Information about the transit gateway.
transitGateway - Information about the transit gateway.public TransitGateway getTransitGateway()
Information about the transit gateway.
public ModifyTransitGatewayResult withTransitGateway(TransitGateway transitGateway)
Information about the transit gateway.
transitGateway - Information about the transit gateway.public String toString()
toString in class ObjectObject.toString()public ModifyTransitGatewayResult clone()
Copyright © 2023. All rights reserved.