@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateQueueHoursOfOperationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
UpdateQueueHoursOfOperationRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateQueueHoursOfOperationRequest |
clone() |
boolean |
equals(Object obj) |
String |
getHoursOfOperationId()
The identifier for the hours of operation.
|
String |
getInstanceId()
The identifier of the Amazon Connect instance.
|
String |
getQueueId()
The identifier for the queue.
|
int |
hashCode() |
void |
setHoursOfOperationId(String hoursOfOperationId)
The identifier for the hours of operation.
|
void |
setInstanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
void |
setQueueId(String queueId)
The identifier for the queue.
|
String |
toString()
Returns a string representation of this object.
|
UpdateQueueHoursOfOperationRequest |
withHoursOfOperationId(String hoursOfOperationId)
The identifier for the hours of operation.
|
UpdateQueueHoursOfOperationRequest |
withInstanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
UpdateQueueHoursOfOperationRequest |
withQueueId(String queueId)
The identifier for the queue.
|
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 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 UpdateQueueHoursOfOperationRequest 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 UpdateQueueHoursOfOperationRequest withQueueId(String queueId)
The identifier for the queue.
queueId - The identifier for the queue.public void setHoursOfOperationId(String hoursOfOperationId)
The identifier for the hours of operation.
hoursOfOperationId - The identifier for the hours of operation.public String getHoursOfOperationId()
The identifier for the hours of operation.
public UpdateQueueHoursOfOperationRequest withHoursOfOperationId(String hoursOfOperationId)
The identifier for the hours of operation.
hoursOfOperationId - The identifier for the hours of operation.public String toString()
toString in class ObjectObject.toString()public UpdateQueueHoursOfOperationRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.