@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateQueueNameRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateQueueNameRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateQueueNameRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDescription()
The description of the queue.
|
String |
getInstanceId()
The identifier of the Amazon Connect instance.
|
String |
getName()
The name of the queue.
|
String |
getQueueId()
The identifier for the queue.
|
int |
hashCode() |
void |
setDescription(String description)
The description of the queue.
|
void |
setInstanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
void |
setName(String name)
The name of the queue.
|
void |
setQueueId(String queueId)
The identifier for the queue.
|
String |
toString()
Returns a string representation of this object.
|
UpdateQueueNameRequest |
withDescription(String description)
The description of the queue.
|
UpdateQueueNameRequest |
withInstanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
UpdateQueueNameRequest |
withName(String name)
The name of the queue.
|
UpdateQueueNameRequest |
withQueueId(String queueId)
The identifier for the queue.
|
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 setInstanceId(String instanceId)
The identifier of the Amazon Connect instance.
instanceId
- The identifier of the Amazon Connect instance.public String getInstanceId()
The identifier of the Amazon Connect instance.
public UpdateQueueNameRequest withInstanceId(String instanceId)
The identifier of the Amazon Connect instance.
instanceId
- The identifier of the Amazon Connect instance.public void setQueueId(String queueId)
The identifier for the queue.
queueId
- The identifier for the queue.public String getQueueId()
The identifier for the queue.
public UpdateQueueNameRequest withQueueId(String queueId)
The identifier for the queue.
queueId
- The identifier for the queue.public void setName(String name)
The name of the queue.
name
- The name of the queue.public String getName()
The name of the queue.
public UpdateQueueNameRequest withName(String name)
The name of the queue.
name
- The name of the queue.public void setDescription(String description)
The description of the queue.
description
- The description of the queue.public String getDescription()
The description of the queue.
public UpdateQueueNameRequest withDescription(String description)
The description of the queue.
description
- The description of the queue.public String toString()
toString
in class Object
Object.toString()
public UpdateQueueNameRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()