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