@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CountPendingDecisionTasksRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CountPendingDecisionTasksRequest() |
Modifier and Type | Method and Description |
---|---|
CountPendingDecisionTasksRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDomain()
The name of the domain that contains the task list.
|
TaskList |
getTaskList()
The name of the task list.
|
int |
hashCode() |
void |
setDomain(String domain)
The name of the domain that contains the task list.
|
void |
setTaskList(TaskList taskList)
The name of the task list.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CountPendingDecisionTasksRequest |
withDomain(String domain)
The name of the domain that contains the task list.
|
CountPendingDecisionTasksRequest |
withTaskList(TaskList taskList)
The name of the task list.
|
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 setDomain(String domain)
The name of the domain that contains the task list.
domain
- The name of the domain that contains the task list.public String getDomain()
The name of the domain that contains the task list.
public CountPendingDecisionTasksRequest withDomain(String domain)
The name of the domain that contains the task list.
domain
- The name of the domain that contains the task list.public void setTaskList(TaskList taskList)
The name of the task list.
taskList
- The name of the task list.public TaskList getTaskList()
The name of the task list.
public CountPendingDecisionTasksRequest withTaskList(TaskList taskList)
The name of the task list.
taskList
- The name of the task list.public String toString()
toString
in class Object
Object.toString()
public CountPendingDecisionTasksRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.