public class CreateInternetGatewayRequest extends AmazonWebServiceRequest implements Serializable, DryRunSupportedRequest<CreateInternetGatewayRequest>
CreateInternetGateway operation
.
Creates a new Internet gateway in your AWS account. After creating the Internet gateway, you then attach it to a VPC using
AttachInternetGateway
. For more information about your VPC and Internet gateway, go to Amazon Virtual Private Cloud User Guide.
Constructor and Description |
---|
CreateInternetGatewayRequest() |
Modifier and Type | Method and Description |
---|---|
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.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollector
public Request<CreateInternetGatewayRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<CreateInternetGatewayRequest>
public String toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.