public class StopUserImportJobRequest extends AmazonWebServiceRequest implements Serializable
Stops the user import job.
| Constructor and Description |
|---|
StopUserImportJobRequest() |
| 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.
|
StopUserImportJobRequest |
withJobId(String jobId)
The job ID for the user import job.
|
StopUserImportJobRequest |
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, withRequestMetricCollectorpublic 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 StopUserImportJobRequest 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 StopUserImportJobRequest 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 ObjectObject.toString()Copyright © 2020. All rights reserved.