@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateEnvironmentRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| CreateEnvironmentRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| CreateEnvironmentRequest | addTagsEntry(String key,
            String value)Add a single Tags entry | 
| CreateEnvironmentRequest | clearTagsEntries()Removes all the entries added into Tags. | 
| CreateEnvironmentRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| String | getClientToken()
 A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. | 
| String | getDescription()
 The description of the environment. | 
| String | getName()
 The name of the environment. | 
| String | getNetworkFabricType()
 The network fabric type of the environment. | 
| Map<String,String> | getTags()
 The tags to assign to the environment. | 
| int | hashCode() | 
| void | setClientToken(String clientToken)
 A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. | 
| void | setDescription(String description)
 The description of the environment. | 
| void | setName(String name)
 The name of the environment. | 
| void | setNetworkFabricType(String networkFabricType)
 The network fabric type of the environment. | 
| void | setTags(Map<String,String> tags)
 The tags to assign to the environment. | 
| String | toString()Returns a string representation of this object. | 
| CreateEnvironmentRequest | withClientToken(String clientToken)
 A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. | 
| CreateEnvironmentRequest | withDescription(String description)
 The description of the environment. | 
| CreateEnvironmentRequest | withName(String name)
 The name of the environment. | 
| CreateEnvironmentRequest | withNetworkFabricType(NetworkFabricType networkFabricType)
 The network fabric type of the environment. | 
| CreateEnvironmentRequest | withNetworkFabricType(String networkFabricType)
 The network fabric type of the environment. | 
| CreateEnvironmentRequest | withTags(Map<String,String> tags)
 The tags to assign to the environment. | 
addHandlerContext, 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 setClientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
clientToken - A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.public String getClientToken()
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
public CreateEnvironmentRequest withClientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
clientToken - A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.public void setDescription(String description)
The description of the environment.
description - The description of the environment.public String getDescription()
The description of the environment.
public CreateEnvironmentRequest withDescription(String description)
The description of the environment.
description - The description of the environment.public void setName(String name)
The name of the environment.
name - The name of the environment.public String getName()
The name of the environment.
public CreateEnvironmentRequest withName(String name)
The name of the environment.
name - The name of the environment.public void setNetworkFabricType(String networkFabricType)
The network fabric type of the environment.
networkFabricType - The network fabric type of the environment.NetworkFabricTypepublic String getNetworkFabricType()
The network fabric type of the environment.
NetworkFabricTypepublic CreateEnvironmentRequest withNetworkFabricType(String networkFabricType)
The network fabric type of the environment.
networkFabricType - The network fabric type of the environment.NetworkFabricTypepublic CreateEnvironmentRequest withNetworkFabricType(NetworkFabricType networkFabricType)
The network fabric type of the environment.
networkFabricType - The network fabric type of the environment.NetworkFabricTypepublic Map<String,String> getTags()
The tags to assign to the environment. A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key-value pair.
public void setTags(Map<String,String> tags)
The tags to assign to the environment. A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key-value pair.
tags - The tags to assign to the environment. A tag is a label that you assign to an Amazon Web Services
        resource. Each tag consists of a key-value pair.public CreateEnvironmentRequest withTags(Map<String,String> tags)
The tags to assign to the environment. A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key-value pair.
tags - The tags to assign to the environment. A tag is a label that you assign to an Amazon Web Services
        resource. Each tag consists of a key-value pair.public CreateEnvironmentRequest addTagsEntry(String key, String value)
public CreateEnvironmentRequest clearTagsEntries()
public String toString()
toString in class ObjectObject.toString()public CreateEnvironmentRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()