@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListCreateAccountStatusResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListCreateAccountStatusResult() |
Modifier and Type | Method and Description |
---|---|
ListCreateAccountStatusResult |
clone() |
boolean |
equals(Object obj) |
List<CreateAccountStatus> |
getCreateAccountStatuses()
A list of objects with details about the requests.
|
String |
getNextToken()
If present, indicates that more output is available than is included in the current response.
|
int |
hashCode() |
void |
setCreateAccountStatuses(Collection<CreateAccountStatus> createAccountStatuses)
A list of objects with details about the requests.
|
void |
setNextToken(String nextToken)
If present, indicates that more output is available than is included in the current response.
|
String |
toString()
Returns a string representation of this object.
|
ListCreateAccountStatusResult |
withCreateAccountStatuses(Collection<CreateAccountStatus> createAccountStatuses)
A list of objects with details about the requests.
|
ListCreateAccountStatusResult |
withCreateAccountStatuses(CreateAccountStatus... createAccountStatuses)
A list of objects with details about the requests.
|
ListCreateAccountStatusResult |
withNextToken(String nextToken)
If present, indicates that more output is available than is included in the current response.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<CreateAccountStatus> getCreateAccountStatuses()
A list of objects with details about the requests. Certain elements, such as the accountId number, are present in the output only after the account has been successfully created.
public void setCreateAccountStatuses(Collection<CreateAccountStatus> createAccountStatuses)
A list of objects with details about the requests. Certain elements, such as the accountId number, are present in the output only after the account has been successfully created.
createAccountStatuses
- A list of objects with details about the requests. Certain elements, such as the accountId number, are
present in the output only after the account has been successfully created.public ListCreateAccountStatusResult withCreateAccountStatuses(CreateAccountStatus... createAccountStatuses)
A list of objects with details about the requests. Certain elements, such as the accountId number, are present in the output only after the account has been successfully created.
NOTE: This method appends the values to the existing list (if any). Use
setCreateAccountStatuses(java.util.Collection)
or
withCreateAccountStatuses(java.util.Collection)
if you want to override the existing values.
createAccountStatuses
- A list of objects with details about the requests. Certain elements, such as the accountId number, are
present in the output only after the account has been successfully created.public ListCreateAccountStatusResult withCreateAccountStatuses(Collection<CreateAccountStatus> createAccountStatuses)
A list of objects with details about the requests. Certain elements, such as the accountId number, are present in the output only after the account has been successfully created.
createAccountStatuses
- A list of objects with details about the requests. Certain elements, such as the accountId number, are
present in the output only after the account has been successfully created.public void setNextToken(String nextToken)
If present, indicates that more output is available than is included in the current response. Use this value in
the NextToken
request parameter in a subsequent call to the operation to get the next part of the
output. You should repeat this until the NextToken
response element comes back as null
.
nextToken
- If present, indicates that more output is available than is included in the current response. Use this
value in the NextToken
request parameter in a subsequent call to the operation to get the
next part of the output. You should repeat this until the NextToken
response element comes
back as null
.public String getNextToken()
If present, indicates that more output is available than is included in the current response. Use this value in
the NextToken
request parameter in a subsequent call to the operation to get the next part of the
output. You should repeat this until the NextToken
response element comes back as null
.
NextToken
request parameter in a subsequent call to the operation to get the
next part of the output. You should repeat this until the NextToken
response element comes
back as null
.public ListCreateAccountStatusResult withNextToken(String nextToken)
If present, indicates that more output is available than is included in the current response. Use this value in
the NextToken
request parameter in a subsequent call to the operation to get the next part of the
output. You should repeat this until the NextToken
response element comes back as null
.
nextToken
- If present, indicates that more output is available than is included in the current response. Use this
value in the NextToken
request parameter in a subsequent call to the operation to get the
next part of the output. You should repeat this until the NextToken
response element comes
back as null
.public String toString()
toString
in class Object
Object.toString()
public ListCreateAccountStatusResult clone()