@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartUserAccessTasksRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
StartUserAccessTasksRequest() |
| Modifier and Type | Method and Description |
|---|---|
StartUserAccessTasksRequest |
clone() |
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.
|
String |
getEmail()
The email address of the target user.
|
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 |
setEmail(String email)
The email address of the target user.
|
String |
toString()
Returns a string representation of this object.
|
StartUserAccessTasksRequest |
withAppBundleIdentifier(String appBundleIdentifier)
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle to use for the request.
|
StartUserAccessTasksRequest |
withEmail(String email)
The email address of the target user.
|
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 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 StartUserAccessTasksRequest 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 void setEmail(String email)
The email address of the target user.
email - The email address of the target user.public String getEmail()
The email address of the target user.
public StartUserAccessTasksRequest withEmail(String email)
The email address of the target user.
email - The email address of the target user.public String toString()
toString in class ObjectObject.toString()public StartUserAccessTasksRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2025. All rights reserved.