@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchGetUserAccessTasksRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
BatchGetUserAccessTasksRequest() |
Modifier and Type | Method and Description |
---|---|
BatchGetUserAccessTasksRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAppBundleIdentifier()
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle to use for the request.
|
List<String> |
getTaskIdList()
The tasks IDs to use for the request.
|
int |
hashCode() |
void |
setAppBundleIdentifier(String appBundleIdentifier)
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle to use for the request.
|
void |
setTaskIdList(Collection<String> taskIdList)
The tasks IDs to use for the request.
|
String |
toString()
Returns a string representation of this object.
|
BatchGetUserAccessTasksRequest |
withAppBundleIdentifier(String appBundleIdentifier)
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle to use for the request.
|
BatchGetUserAccessTasksRequest |
withTaskIdList(Collection<String> taskIdList)
The tasks IDs to use for the request.
|
BatchGetUserAccessTasksRequest |
withTaskIdList(String... taskIdList)
The tasks IDs to use for the request.
|
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 setAppBundleIdentifier(String appBundleIdentifier)
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle to use for the request.
appBundleIdentifier
- The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle to use for the
request.public String getAppBundleIdentifier()
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle to use for the request.
public BatchGetUserAccessTasksRequest withAppBundleIdentifier(String appBundleIdentifier)
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle to use for the request.
appBundleIdentifier
- The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle to use for the
request.public List<String> getTaskIdList()
The tasks IDs to use for the request.
public void setTaskIdList(Collection<String> taskIdList)
The tasks IDs to use for the request.
taskIdList
- The tasks IDs to use for the request.public BatchGetUserAccessTasksRequest withTaskIdList(String... taskIdList)
The tasks IDs to use for the request.
NOTE: This method appends the values to the existing list (if any). Use
setTaskIdList(java.util.Collection)
or withTaskIdList(java.util.Collection)
if you want to
override the existing values.
taskIdList
- The tasks IDs to use for the request.public BatchGetUserAccessTasksRequest withTaskIdList(Collection<String> taskIdList)
The tasks IDs to use for the request.
taskIdList
- The tasks IDs to use for the request.public String toString()
toString
in class Object
Object.toString()
public BatchGetUserAccessTasksRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()