@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreatePublicDnsNamespaceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreatePublicDnsNamespaceRequest() |
Modifier and Type | Method and Description |
---|---|
CreatePublicDnsNamespaceRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getCreatorRequestId()
An optional parameter that you can use to resolve concurrent creation requests.
|
String |
getDescription()
A description for the namespace.
|
String |
getName()
The name that you want to assign to this namespace.
|
int |
hashCode() |
void |
setCreatorRequestId(String creatorRequestId)
An optional parameter that you can use to resolve concurrent creation requests.
|
void |
setDescription(String description)
A description for the namespace.
|
void |
setName(String name)
The name that you want to assign to this namespace.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CreatePublicDnsNamespaceRequest |
withCreatorRequestId(String creatorRequestId)
An optional parameter that you can use to resolve concurrent creation requests.
|
CreatePublicDnsNamespaceRequest |
withDescription(String description)
A description for the namespace.
|
CreatePublicDnsNamespaceRequest |
withName(String name)
The name that you want to assign to this namespace.
|
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 setName(String name)
The name that you want to assign to this namespace.
name
- The name that you want to assign to this namespace.public String getName()
The name that you want to assign to this namespace.
public CreatePublicDnsNamespaceRequest withName(String name)
The name that you want to assign to this namespace.
name
- The name that you want to assign to this namespace.public void setCreatorRequestId(String creatorRequestId)
An optional parameter that you can use to resolve concurrent creation requests. CreatorRequestId
helps to determine if a specific client owns the namespace.
creatorRequestId
- An optional parameter that you can use to resolve concurrent creation requests.
CreatorRequestId
helps to determine if a specific client owns the namespace.public String getCreatorRequestId()
An optional parameter that you can use to resolve concurrent creation requests. CreatorRequestId
helps to determine if a specific client owns the namespace.
CreatorRequestId
helps to determine if a specific client owns the namespace.public CreatePublicDnsNamespaceRequest withCreatorRequestId(String creatorRequestId)
An optional parameter that you can use to resolve concurrent creation requests. CreatorRequestId
helps to determine if a specific client owns the namespace.
creatorRequestId
- An optional parameter that you can use to resolve concurrent creation requests.
CreatorRequestId
helps to determine if a specific client owns the namespace.public void setDescription(String description)
A description for the namespace.
description
- A description for the namespace.public String getDescription()
A description for the namespace.
public CreatePublicDnsNamespaceRequest withDescription(String description)
A description for the namespace.
description
- A description for the namespace.public String toString()
toString
in class Object
Object.toString()
public CreatePublicDnsNamespaceRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.