public class GetCSVHeaderResult extends Object implements Serializable
Represents the response from the server to the request to get the header information for the .csv file for the user import job.
Constructor and Description |
---|
GetCSVHeaderResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
List<String> |
getCSVHeader()
The header information for 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 for 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; useful for testing and
debugging.
|
GetCSVHeaderResult |
withCSVHeader(Collection<String> cSVHeader)
The header information for the .csv file for the user import job.
|
GetCSVHeaderResult |
withCSVHeader(String... cSVHeader)
The header information for 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.
|
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 GetCSVHeaderResult 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 List<String> getCSVHeader()
The header information for the .csv file for the user import job.
The header information for the .csv file for the user import job.
public void setCSVHeader(Collection<String> cSVHeader)
The header information for the .csv file for the user import job.
cSVHeader
- The header information for the .csv file for the user import job.
public GetCSVHeaderResult withCSVHeader(String... cSVHeader)
The header information for the .csv file for the user import job.
Returns a reference to this object so that method calls can be chained together.
cSVHeader
- The header information for the .csv file for the user import job.
public GetCSVHeaderResult withCSVHeader(Collection<String> cSVHeader)
The header information for the .csv file for the user import job.
Returns a reference to this object so that method calls can be chained together.
cSVHeader
- The header information for the .csv file for the user import job.
public String toString()
toString
in class Object
Object.toString()
Copyright © 2020. All rights reserved.