@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartUserImportJobRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents the request to start the user import job.
NOOP
Constructor and Description |
---|
StartUserImportJobRequest() |
Modifier and Type | Method and Description |
---|---|
StartUserImportJobRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getJobId()
The job ID for the user import job.
|
String |
getUserPoolId()
The user pool ID for the user pool that the users are being imported into.
|
int |
hashCode() |
void |
setJobId(String jobId)
The job ID for the user import job.
|
void |
setUserPoolId(String userPoolId)
The user pool ID for the user pool that the users are being imported into.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
StartUserImportJobRequest |
withJobId(String jobId)
The job ID for the user import job.
|
StartUserImportJobRequest |
withUserPoolId(String userPoolId)
The user pool ID for the user pool that the users are being imported into.
|
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 setUserPoolId(String userPoolId)
The user pool ID for the user pool that the users are being imported into.
userPoolId
- The user pool ID for the user pool that the users are being imported into.public String getUserPoolId()
The user pool ID for the user pool that the users are being imported into.
public StartUserImportJobRequest withUserPoolId(String userPoolId)
The user pool ID for the user pool that the users are being imported into.
userPoolId
- The user pool ID for the user pool that the users are being imported into.public void setJobId(String jobId)
The job ID for the user import job.
jobId
- The job ID for the user import job.public String getJobId()
The job ID for the user import job.
public StartUserImportJobRequest withJobId(String jobId)
The job ID for the user import job.
jobId
- The job ID for the user import job.public String toString()
toString
in class Object
Object.toString()
public StartUserImportJobRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.