@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateQueueEnvironmentRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateQueueEnvironmentRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateQueueEnvironmentRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClientToken()
The unique token which the server uses to recognize retries of the same request.
|
String |
getFarmId()
The farm ID of the queue environment to update.
|
Integer |
getPriority()
The priority to update.
|
String |
getQueueEnvironmentId()
The queue environment ID to update.
|
String |
getQueueId()
The queue ID of the queue environment to update.
|
String |
getTemplate()
The template to update.
|
String |
getTemplateType()
The template type to update.
|
int |
hashCode() |
void |
setClientToken(String clientToken)
The unique token which the server uses to recognize retries of the same request.
|
void |
setFarmId(String farmId)
The farm ID of the queue environment to update.
|
void |
setPriority(Integer priority)
The priority to update.
|
void |
setQueueEnvironmentId(String queueEnvironmentId)
The queue environment ID to update.
|
void |
setQueueId(String queueId)
The queue ID of the queue environment to update.
|
void |
setTemplate(String template)
The template to update.
|
void |
setTemplateType(String templateType)
The template type to update.
|
String |
toString()
Returns a string representation of this object.
|
UpdateQueueEnvironmentRequest |
withClientToken(String clientToken)
The unique token which the server uses to recognize retries of the same request.
|
UpdateQueueEnvironmentRequest |
withFarmId(String farmId)
The farm ID of the queue environment to update.
|
UpdateQueueEnvironmentRequest |
withPriority(Integer priority)
The priority to update.
|
UpdateQueueEnvironmentRequest |
withQueueEnvironmentId(String queueEnvironmentId)
The queue environment ID to update.
|
UpdateQueueEnvironmentRequest |
withQueueId(String queueId)
The queue ID of the queue environment to update.
|
UpdateQueueEnvironmentRequest |
withTemplate(String template)
The template to update.
|
UpdateQueueEnvironmentRequest |
withTemplateType(EnvironmentTemplateType templateType)
The template type to update.
|
UpdateQueueEnvironmentRequest |
withTemplateType(String templateType)
The template type to update.
|
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 setClientToken(String clientToken)
The unique token which the server uses to recognize retries of the same request.
clientToken
- The unique token which the server uses to recognize retries of the same request.public String getClientToken()
The unique token which the server uses to recognize retries of the same request.
public UpdateQueueEnvironmentRequest withClientToken(String clientToken)
The unique token which the server uses to recognize retries of the same request.
clientToken
- The unique token which the server uses to recognize retries of the same request.public void setFarmId(String farmId)
The farm ID of the queue environment to update.
farmId
- The farm ID of the queue environment to update.public String getFarmId()
The farm ID of the queue environment to update.
public UpdateQueueEnvironmentRequest withFarmId(String farmId)
The farm ID of the queue environment to update.
farmId
- The farm ID of the queue environment to update.public void setPriority(Integer priority)
The priority to update.
priority
- The priority to update.public Integer getPriority()
The priority to update.
public UpdateQueueEnvironmentRequest withPriority(Integer priority)
The priority to update.
priority
- The priority to update.public void setQueueEnvironmentId(String queueEnvironmentId)
The queue environment ID to update.
queueEnvironmentId
- The queue environment ID to update.public String getQueueEnvironmentId()
The queue environment ID to update.
public UpdateQueueEnvironmentRequest withQueueEnvironmentId(String queueEnvironmentId)
The queue environment ID to update.
queueEnvironmentId
- The queue environment ID to update.public void setQueueId(String queueId)
The queue ID of the queue environment to update.
queueId
- The queue ID of the queue environment to update.public String getQueueId()
The queue ID of the queue environment to update.
public UpdateQueueEnvironmentRequest withQueueId(String queueId)
The queue ID of the queue environment to update.
queueId
- The queue ID of the queue environment to update.public void setTemplate(String template)
The template to update.
template
- The template to update.public String getTemplate()
The template to update.
public UpdateQueueEnvironmentRequest withTemplate(String template)
The template to update.
template
- The template to update.public void setTemplateType(String templateType)
The template type to update.
templateType
- The template type to update.EnvironmentTemplateType
public String getTemplateType()
The template type to update.
EnvironmentTemplateType
public UpdateQueueEnvironmentRequest withTemplateType(String templateType)
The template type to update.
templateType
- The template type to update.EnvironmentTemplateType
public UpdateQueueEnvironmentRequest withTemplateType(EnvironmentTemplateType templateType)
The template type to update.
templateType
- The template type to update.EnvironmentTemplateType
public String toString()
toString
in class Object
Object.toString()
public UpdateQueueEnvironmentRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()