public class DeleteInternetGatewayRequest extends AmazonWebServiceRequest implements java.io.Serializable
DeleteInternetGateway operation.
Deletes an Internet gateway from your AWS account. The gateway must not be attached to a VPC. For more information about your VPC and Internet gateway, go to Amazon Virtual Private Cloud User Guide.
| コンストラクタと説明 |
|---|
DeleteInternetGatewayRequest() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getInternetGatewayId()
The ID of the Internet gateway to be deleted.
|
int |
hashCode() |
void |
setInternetGatewayId(java.lang.String internetGatewayId)
The ID of the Internet gateway to be deleted.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteInternetGatewayRequest |
withInternetGatewayId(java.lang.String internetGatewayId)
The ID of the Internet gateway to be deleted.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic java.lang.String getInternetGatewayId()
public void setInternetGatewayId(java.lang.String internetGatewayId)
internetGatewayId - The ID of the Internet gateway to be deleted.public DeleteInternetGatewayRequest withInternetGatewayId(java.lang.String internetGatewayId)
Returns a reference to this object so that method calls can be chained together.
internetGatewayId - The ID of the Internet gateway to be deleted.public java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object