public class CreateInternetGatewayRequest extends com.amazonaws.AmazonWebServiceRequest implements java.io.Serializable, 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 .
| Constructor and Description | 
|---|
| CreateInternetGatewayRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(java.lang.Object obj) | 
| com.amazonaws.Request<CreateInternetGatewayRequest> | getDryRunRequest()This method is intended for internal use only. | 
| int | hashCode() | 
| java.lang.String | toString()Returns a string representation of this object; useful for testing and
 debugging. | 
clone, copyBaseTo, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic com.amazonaws.Request<CreateInternetGatewayRequest> getDryRunRequest()
getDryRunRequest in interface DryRunSupportedRequest<CreateInternetGatewayRequest>public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object