public class DescribeUserImportJobRequest extends AmazonWebServiceRequest implements Serializable
Describes the user import job.
Constructor and Description |
---|
DescribeUserImportJobRequest() |
Modifier and Type | Method and Description |
---|---|
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.
|
DescribeUserImportJobRequest |
withJobId(String jobId)
The job ID for the user import job.
|
DescribeUserImportJobRequest |
withUserPoolId(String userPoolId)
The user pool ID for the user pool that the users are being imported
into.
|
clone, copyBaseTo, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public String getUserPoolId()
The user pool ID for the user pool that the users are being imported into.
Constraints:
Length: 1 - 55
Pattern: [\w-]+_[0-9a-zA-Z]+
The user pool ID for the user pool that the users are being imported into.
public void setUserPoolId(String userPoolId)
The user pool ID for the user pool that the users are being imported into.
Constraints:
Length: 1 - 55
Pattern: [\w-]+_[0-9a-zA-Z]+
userPoolId
- The user pool ID for the user pool that the users are being imported into.
public DescribeUserImportJobRequest withUserPoolId(String userPoolId)
The user pool ID for the user pool that the users are being imported into.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 55
Pattern: [\w-]+_[0-9a-zA-Z]+
userPoolId
- The user pool ID for the user pool that the users are being imported into.
public String getJobId()
The job ID for the user import job.
Constraints:
Length: 1 - 55
Pattern: import-[0-9a-zA-Z-]+
The job ID for the user import job.
public void setJobId(String jobId)
The job ID for the user import job.
Constraints:
Length: 1 - 55
Pattern: import-[0-9a-zA-Z-]+
jobId
- The job ID for the user import job.
public DescribeUserImportJobRequest withJobId(String jobId)
The job ID for the user import job.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 55
Pattern: import-[0-9a-zA-Z-]+
jobId
- The job ID for the user import job.
public String toString()
toString
in class Object
Object.toString()
Copyright © 2020. All rights reserved.