@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, setSdkResponseMetadata
public 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 Object
Object.toString()
public RegisterTransitGatewayResult clone()