Package com.amazonaws.services.ec2.model
Class CreateInternetGatewayResult
java.lang.Object
com.amazonaws.services.ec2.model.CreateInternetGatewayResult
- All Implemented Interfaces:
Serializable
,Cloneable
Contains the output of CreateInternetGateway.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
Information about the Internet gateway.int
hashCode()
void
setInternetGateway
(InternetGateway internetGateway) Information about the Internet gateway.toString()
Returns a string representation of this object; useful for testing and debugging.withInternetGateway
(InternetGateway internetGateway) Information about the Internet gateway.
-
Constructor Details
-
CreateInternetGatewayResult
public CreateInternetGatewayResult()
-
-
Method Details
-
setInternetGateway
Information about the Internet gateway.
- Parameters:
internetGateway
- Information about the Internet gateway.
-
getInternetGateway
Information about the Internet gateway.
- Returns:
- Information about the Internet gateway.
-
withInternetGateway
Information about the Internet gateway.
- Parameters:
internetGateway
- Information about the Internet gateway.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-