@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateQueueRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
CreateQueueRequest() |
| Modifier and Type | Method and Description |
|---|---|
CreateQueueRequest |
addTagsEntry(String key,
String value) |
CreateQueueRequest |
clearTagsEntries()
Removes all the entries added into Tags.
|
CreateQueueRequest |
clone() |
boolean |
equals(Object obj) |
String |
getDescription()
Optional.
|
String |
getName()
The name of the queue you are creating.
|
Map<String,String> |
getTags()
The tags that you want to add to the resource.
|
int |
hashCode() |
void |
setDescription(String description)
Optional.
|
void |
setName(String name)
The name of the queue you are creating.
|
void |
setTags(Map<String,String> tags)
The tags that you want to add to the resource.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CreateQueueRequest |
withDescription(String description)
Optional.
|
CreateQueueRequest |
withName(String name)
The name of the queue you are creating.
|
CreateQueueRequest |
withTags(Map<String,String> tags)
The tags that you want to add to the 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 setDescription(String description)
description - Optional. A description of the queue you are creating.public String getDescription()
public CreateQueueRequest withDescription(String description)
description - Optional. A description of the queue you are creating.public void setName(String name)
name - The name of the queue you are creating.public String getName()
public CreateQueueRequest withName(String name)
name - The name of the queue you are creating.public Map<String,String> getTags()
public void setTags(Map<String,String> tags)
tags - The tags that you want to add to the resource. You can tag resources with a key-value pair or with only a
key.public CreateQueueRequest withTags(Map<String,String> tags)
tags - The tags that you want to add to the resource. You can tag resources with a key-value pair or with only a
key.public CreateQueueRequest addTagsEntry(String key, String value)
public CreateQueueRequest clearTagsEntries()
public String toString()
toString in class ObjectObject.toString()public CreateQueueRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2018. All rights reserved.