@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateEgressOnlyInternetGatewayResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateEgressOnlyInternetGatewayResult() |
Modifier and Type | Method and Description |
---|---|
CreateEgressOnlyInternetGatewayResult |
clone() |
boolean |
equals(Object obj) |
String |
getClientToken()
Unique, case-sensitive identifier you provide to ensure the idempotency of the request.
|
EgressOnlyInternetGateway |
getEgressOnlyInternetGateway()
Information about the egress-only Internet gateway.
|
int |
hashCode() |
void |
setClientToken(String clientToken)
Unique, case-sensitive identifier you provide to ensure the idempotency of the request.
|
void |
setEgressOnlyInternetGateway(EgressOnlyInternetGateway egressOnlyInternetGateway)
Information about the egress-only Internet gateway.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CreateEgressOnlyInternetGatewayResult |
withClientToken(String clientToken)
Unique, case-sensitive identifier you provide to ensure the idempotency of the request.
|
CreateEgressOnlyInternetGatewayResult |
withEgressOnlyInternetGateway(EgressOnlyInternetGateway egressOnlyInternetGateway)
Information about the egress-only Internet gateway.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public CreateEgressOnlyInternetGatewayResult()
public void setClientToken(String clientToken)
Unique, case-sensitive identifier you provide to ensure the idempotency of the request.
clientToken
- Unique, case-sensitive identifier you provide to ensure the idempotency of the request.public String getClientToken()
Unique, case-sensitive identifier you provide to ensure the idempotency of the request.
public CreateEgressOnlyInternetGatewayResult withClientToken(String clientToken)
Unique, case-sensitive identifier you provide to ensure the idempotency of the request.
clientToken
- Unique, case-sensitive identifier you provide to ensure the idempotency of the request.public void setEgressOnlyInternetGateway(EgressOnlyInternetGateway egressOnlyInternetGateway)
Information about the egress-only Internet gateway.
egressOnlyInternetGateway
- Information about the egress-only Internet gateway.public EgressOnlyInternetGateway getEgressOnlyInternetGateway()
Information about the egress-only Internet gateway.
public CreateEgressOnlyInternetGatewayResult withEgressOnlyInternetGateway(EgressOnlyInternetGateway egressOnlyInternetGateway)
Information about the egress-only Internet gateway.
egressOnlyInternetGateway
- Information about the egress-only Internet gateway.public String toString()
toString
in class Object
Object.toString()
public CreateEgressOnlyInternetGatewayResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.