@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateCoreNetworkRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateCoreNetworkRequest() |
Modifier and Type | Method and Description |
---|---|
CreateCoreNetworkRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClientToken()
The client token associated with a core network request.
|
String |
getDescription()
The description of a core network.
|
String |
getGlobalNetworkId()
The ID of the global network that a core network will be a part of.
|
String |
getPolicyDocument()
The policy document for creating a core network.
|
List<Tag> |
getTags()
Key-value tags associated with a core network request.
|
int |
hashCode() |
void |
setClientToken(String clientToken)
The client token associated with a core network request.
|
void |
setDescription(String description)
The description of a core network.
|
void |
setGlobalNetworkId(String globalNetworkId)
The ID of the global network that a core network will be a part of.
|
void |
setPolicyDocument(String policyDocument)
The policy document for creating a core network.
|
void |
setTags(Collection<Tag> tags)
Key-value tags associated with a core network request.
|
String |
toString()
Returns a string representation of this object.
|
CreateCoreNetworkRequest |
withClientToken(String clientToken)
The client token associated with a core network request.
|
CreateCoreNetworkRequest |
withDescription(String description)
The description of a core network.
|
CreateCoreNetworkRequest |
withGlobalNetworkId(String globalNetworkId)
The ID of the global network that a core network will be a part of.
|
CreateCoreNetworkRequest |
withPolicyDocument(String policyDocument)
The policy document for creating a core network.
|
CreateCoreNetworkRequest |
withTags(Collection<Tag> tags)
Key-value tags associated with a core network request.
|
CreateCoreNetworkRequest |
withTags(Tag... tags)
Key-value tags associated with a core network request.
|
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 setGlobalNetworkId(String globalNetworkId)
The ID of the global network that a core network will be a part of.
globalNetworkId
- The ID of the global network that a core network will be a part of.public String getGlobalNetworkId()
The ID of the global network that a core network will be a part of.
public CreateCoreNetworkRequest withGlobalNetworkId(String globalNetworkId)
The ID of the global network that a core network will be a part of.
globalNetworkId
- The ID of the global network that a core network will be a part of.public void setDescription(String description)
The description of a core network.
description
- The description of a core network.public String getDescription()
The description of a core network.
public CreateCoreNetworkRequest withDescription(String description)
The description of a core network.
description
- The description of a core network.public List<Tag> getTags()
Key-value tags associated with a core network request.
public void setTags(Collection<Tag> tags)
Key-value tags associated with a core network request.
tags
- Key-value tags associated with a core network request.public CreateCoreNetworkRequest withTags(Tag... tags)
Key-value tags associated with a core network request.
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
- Key-value tags associated with a core network request.public CreateCoreNetworkRequest withTags(Collection<Tag> tags)
Key-value tags associated with a core network request.
tags
- Key-value tags associated with a core network request.public void setPolicyDocument(String policyDocument)
The policy document for creating a core network.
policyDocument
- The policy document for creating a core network.public String getPolicyDocument()
The policy document for creating a core network.
public CreateCoreNetworkRequest withPolicyDocument(String policyDocument)
The policy document for creating a core network.
policyDocument
- The policy document for creating a core network.public void setClientToken(String clientToken)
The client token associated with a core network request.
clientToken
- The client token associated with a core network request.public String getClientToken()
The client token associated with a core network request.
public CreateCoreNetworkRequest withClientToken(String clientToken)
The client token associated with a core network request.
clientToken
- The client token associated with a core network request.public String toString()
toString
in class Object
Object.toString()
public CreateCoreNetworkRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()