@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetCSVHeaderRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents the request to get the header information for the .csv file for the user import job.
NOOP| Constructor and Description |
|---|
GetCSVHeaderRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetCSVHeaderRequest |
clone() |
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.
|
GetCSVHeaderRequest |
withUserPoolId(String userPoolId)
The user pool ID for the user pool that the users are to be 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, withSdkRequestTimeoutpublic void setUserPoolId(String userPoolId)
The user pool ID for the user pool that the users are to be imported into.
userPoolId - The user pool ID for the user pool that the users are to be imported into.public String getUserPoolId()
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.
userPoolId - The user pool ID for the user pool that the users are to be imported into.public String toString()
toString in class ObjectObject.toString()public GetCSVHeaderRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2019. All rights reserved.