public class CreateInternetGatewayRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<CreateInternetGatewayRequest>
CreateInternetGateway operation.
Creates an Internet gateway for use with a VPC. After creating the Internet gateway, you attach it to a VPC using AttachInternetGateway.
For more information about your VPC and Internet gateway, see the Amazon Virtual Private Cloud User Guide .
NOOP| Constructor and Description |
|---|
CreateInternetGatewayRequest() |
| Modifier and Type | Method and Description |
|---|---|
CreateInternetGatewayRequest |
clone() |
boolean |
equals(Object obj) |
Request<CreateInternetGatewayRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
int |
hashCode() |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
copyBaseTo, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic Request<CreateInternetGatewayRequest> getDryRunRequest()
getDryRunRequest in interface DryRunSupportedRequest<CreateInternetGatewayRequest>public String toString()
toString in class ObjectObject.toString()public CreateInternetGatewayRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2015. All rights reserved.