@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() |
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.
|
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, 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, 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()
clone
in class AmazonWebServiceRequest
Copyright © 2019. All rights reserved.