public class GetCSVHeaderRequest extends AmazonWebServiceRequest implements Serializable
Gets the header information for the .csv file to be used as input for the user import job.
Constructor and Description |
---|
GetCSVHeaderRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getUserPoolId()
The user pool ID for the user pool that the users are to be imported
into.
|
int |
hashCode() |
void |
setUserPoolId(String userPoolId)
The user pool ID for the user pool that the users are to be imported
into.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetCSVHeaderRequest |
withUserPoolId(String userPoolId)
The user pool ID for the user pool that the users are to be 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 to be imported into.
Constraints:
Length: 1 - 55
Pattern: [\w-]+_[0-9a-zA-Z]+
The user pool ID for the user pool that the users are to be imported into.
public void setUserPoolId(String userPoolId)
The user pool ID for the user pool that the users are to be 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 to be imported into.
public GetCSVHeaderRequest withUserPoolId(String userPoolId)
The user pool ID for the user pool that the users are to be 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 to be imported into.
public String toString()
toString
in class Object
Object.toString()
Copyright © 2020. All rights reserved.