@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetCSVHeaderResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Represents the response from the server to the request to get the header information of the CSV file for the user import job.
Constructor and Description |
---|
GetCSVHeaderResult() |
Modifier and Type | Method and Description |
---|---|
GetCSVHeaderResult |
clone() |
boolean |
equals(Object obj) |
List<String> |
getCSVHeader()
The header information of the CSV file for the user import job.
|
String |
getUserPoolId()
The user pool ID for the user pool that the users are to be imported into.
|
int |
hashCode() |
void |
setCSVHeader(Collection<String> cSVHeader)
The header information of the CSV file for the user import job.
|
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.
|
GetCSVHeaderResult |
withCSVHeader(Collection<String> cSVHeader)
The header information of the CSV file for the user import job.
|
GetCSVHeaderResult |
withCSVHeader(String... cSVHeader)
The header information of the CSV file for the user import job.
|
GetCSVHeaderResult |
withUserPoolId(String userPoolId)
The user pool ID for the user pool that the users are to be imported into.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public 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 GetCSVHeaderResult 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 List<String> getCSVHeader()
The header information of the CSV file for the user import job.
public void setCSVHeader(Collection<String> cSVHeader)
The header information of the CSV file for the user import job.
cSVHeader
- The header information of the CSV file for the user import job.public GetCSVHeaderResult withCSVHeader(String... cSVHeader)
The header information of the CSV file for the user import job.
NOTE: This method appends the values to the existing list (if any). Use
setCSVHeader(java.util.Collection)
or withCSVHeader(java.util.Collection)
if you want to
override the existing values.
cSVHeader
- The header information of the CSV file for the user import job.public GetCSVHeaderResult withCSVHeader(Collection<String> cSVHeader)
The header information of the CSV file for the user import job.
cSVHeader
- The header information of the CSV file for the user import job.public String toString()
toString
in class Object
Object.toString()
public GetCSVHeaderResult clone()