@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.
|
List<Tag> |
getTags()
The tags to be added to the specified resource.
|
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.
|
void |
setTags(Collection<Tag> tags)
The tags to be added to the specified resource.
|
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.
|
CreateGatewayGroupRequest |
withTags(Collection<Tag> tags)
The tags to be added to the specified resource.
|
CreateGatewayGroupRequest |
withTags(Tag... tags)
The tags to be added to the specified resource.
|
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 List<Tag> getTags()
The tags to be added to the specified resource. Do not provide system tags.
public void setTags(Collection<Tag> tags)
The tags to be added to the specified resource. Do not provide system tags.
tags - The tags to be added to the specified resource. Do not provide system tags.public CreateGatewayGroupRequest withTags(Tag... tags)
The tags to be added to the specified resource. Do not provide system tags.
NOTE: This method appends the values to the existing list (if any). Use
setTags(java.util.Collection) or withTags(java.util.Collection) if you want to override the
existing values.
tags - The tags to be added to the specified resource. Do not provide system tags.public CreateGatewayGroupRequest withTags(Collection<Tag> tags)
The tags to be added to the specified resource. Do not provide system tags.
tags - The tags to be added to the specified resource. Do not provide system tags.public String toString()
toString in class ObjectObject.toString()public CreateGatewayGroupRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2022. All rights reserved.