@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RegisterTransitGatewayResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
RegisterTransitGatewayResult() |
| Modifier and Type | Method and Description |
|---|---|
RegisterTransitGatewayResult |
clone() |
boolean |
equals(Object obj) |
TransitGatewayRegistration |
getTransitGatewayRegistration()
Information about the transit gateway registration.
|
int |
hashCode() |
void |
setTransitGatewayRegistration(TransitGatewayRegistration transitGatewayRegistration)
Information about the transit gateway registration.
|
String |
toString()
Returns a string representation of this object.
|
RegisterTransitGatewayResult |
withTransitGatewayRegistration(TransitGatewayRegistration transitGatewayRegistration)
Information about the transit gateway registration.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setTransitGatewayRegistration(TransitGatewayRegistration transitGatewayRegistration)
Information about the transit gateway registration.
transitGatewayRegistration - Information about the transit gateway registration.public TransitGatewayRegistration getTransitGatewayRegistration()
Information about the transit gateway registration.
public RegisterTransitGatewayResult withTransitGatewayRegistration(TransitGatewayRegistration transitGatewayRegistration)
Information about the transit gateway registration.
transitGatewayRegistration - Information about the transit gateway registration.public String toString()
toString in class ObjectObject.toString()public RegisterTransitGatewayResult clone()