@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateGlobalNetworkRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateGlobalNetworkRequest() |
Modifier and Type | Method and Description |
---|---|
CreateGlobalNetworkRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDescription()
A description of the global network.
|
List<Tag> |
getTags()
The tags to apply to the resource during creation.
|
int |
hashCode() |
void |
setDescription(String description)
A description of the global network.
|
void |
setTags(Collection<Tag> tags)
The tags to apply to the resource during creation.
|
String |
toString()
Returns a string representation of this object.
|
CreateGlobalNetworkRequest |
withDescription(String description)
A description of the global network.
|
CreateGlobalNetworkRequest |
withTags(Collection<Tag> tags)
The tags to apply to the resource during creation.
|
CreateGlobalNetworkRequest |
withTags(Tag... tags)
The tags to apply to the resource during creation.
|
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, withSdkRequestTimeout
public void setDescription(String description)
A description of the global network.
Constraints: Maximum length of 256 characters.
description
- A description of the global network.
Constraints: Maximum length of 256 characters.
public String getDescription()
A description of the global network.
Constraints: Maximum length of 256 characters.
Constraints: Maximum length of 256 characters.
public CreateGlobalNetworkRequest withDescription(String description)
A description of the global network.
Constraints: Maximum length of 256 characters.
description
- A description of the global network.
Constraints: Maximum length of 256 characters.
public List<Tag> getTags()
The tags to apply to the resource during creation.
public void setTags(Collection<Tag> tags)
The tags to apply to the resource during creation.
tags
- The tags to apply to the resource during creation.public CreateGlobalNetworkRequest withTags(Tag... tags)
The tags to apply to the resource during creation.
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 apply to the resource during creation.public CreateGlobalNetworkRequest withTags(Collection<Tag> tags)
The tags to apply to the resource during creation.
tags
- The tags to apply to the resource during creation.public String toString()
toString
in class Object
Object.toString()
public CreateGlobalNetworkRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()