@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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, 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)
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 Object
Object.toString()
public CreateQueueRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.