@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateGatewayGroupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
CreateGatewayGroupRequest() |
| Modifier and Type | Method and Description |
|---|---|
CreateGatewayGroupRequest |
clone() |
boolean |
equals(Object obj) |
String |
getClientRequestToken()
A unique, user-specified identifier for the request that ensures idempotency.
|
String |
getDescription()
The description of the gateway group.
|
String |
getName()
The name of the gateway group.
|
int |
hashCode() |
void |
setClientRequestToken(String clientRequestToken)
A unique, user-specified identifier for the request that ensures idempotency.
|
void |
setDescription(String description)
The description of the gateway group.
|
void |
setName(String name)
The name of the gateway group.
|
String |
toString()
Returns a string representation of this object.
|
CreateGatewayGroupRequest |
withClientRequestToken(String clientRequestToken)
A unique, user-specified identifier for the request that ensures idempotency.
|
CreateGatewayGroupRequest |
withDescription(String description)
The description of the gateway group.
|
CreateGatewayGroupRequest |
withName(String name)
The name of the gateway group.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setName(String name)
The name of the gateway group.
name - The name of the gateway group.public String getName()
The name of the gateway group.
public CreateGatewayGroupRequest withName(String name)
The name of the gateway group.
name - The name of the gateway group.public void setDescription(String description)
The description of the gateway group.
description - The description of the gateway group.public String getDescription()
The description of the gateway group.
public CreateGatewayGroupRequest withDescription(String description)
The description of the gateway group.
description - The description of the gateway group.public void setClientRequestToken(String clientRequestToken)
A unique, user-specified identifier for the request that ensures idempotency.
clientRequestToken - A unique, user-specified identifier for the request that ensures idempotency.public String getClientRequestToken()
A unique, user-specified identifier for the request that ensures idempotency.
public CreateGatewayGroupRequest withClientRequestToken(String clientRequestToken)
A unique, user-specified identifier for the request that ensures idempotency.
clientRequestToken - A unique, user-specified identifier for the request that ensures idempotency.public String toString()
toString in class ObjectObject.toString()public CreateGatewayGroupRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2020. All rights reserved.