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()booleanInformation about the Internet gateway.inthashCode()voidsetInternetGateway(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
-
equals
-
hashCode
-
clone
-