@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateUserImportJobRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents the request to create the user import job.
NOOP
Constructor and Description |
---|
CreateUserImportJobRequest() |
Modifier and Type | Method and Description |
---|---|
CreateUserImportJobRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getCloudWatchLogsRoleArn()
The role ARN for the Amazon CloudWatch Logging role for the user import job.
|
String |
getJobName()
The job name 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 |
setCloudWatchLogsRoleArn(String cloudWatchLogsRoleArn)
The role ARN for the Amazon CloudWatch Logging role for the user import job.
|
void |
setJobName(String jobName)
The job name 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.
|
CreateUserImportJobRequest |
withCloudWatchLogsRoleArn(String cloudWatchLogsRoleArn)
The role ARN for the Amazon CloudWatch Logging role for the user import job.
|
CreateUserImportJobRequest |
withJobName(String jobName)
The job name for the user import job.
|
CreateUserImportJobRequest |
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 setJobName(String jobName)
The job name for the user import job.
jobName
- The job name for the user import job.public String getJobName()
The job name for the user import job.
public CreateUserImportJobRequest withJobName(String jobName)
The job name for the user import job.
jobName
- The job name for the user import job.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 CreateUserImportJobRequest 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 setCloudWatchLogsRoleArn(String cloudWatchLogsRoleArn)
The role ARN for the Amazon CloudWatch Logging role for the user import job.
cloudWatchLogsRoleArn
- The role ARN for the Amazon CloudWatch Logging role for the user import job.public String getCloudWatchLogsRoleArn()
The role ARN for the Amazon CloudWatch Logging role for the user import job.
public CreateUserImportJobRequest withCloudWatchLogsRoleArn(String cloudWatchLogsRoleArn)
The role ARN for the Amazon CloudWatch Logging role for the user import job.
cloudWatchLogsRoleArn
- The role ARN for the Amazon CloudWatch Logging role for the user import job.public String toString()
toString
in class Object
Object.toString()
public CreateUserImportJobRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.