public class ListAccountAliasesResult extends Object implements Serializable
Contains the result of a successful invocation of the ListAccountAliases action.
| Constructor and Description |
|---|
ListAccountAliasesResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<String> |
getAccountAliases()
A list of aliases associated with the account.
|
Boolean |
getIsTruncated()
A flag that indicates whether there are more account aliases to list.
|
String |
getMarker()
Use this only when paginating results, and only in a subsequent
request after you've received a response where the results are
truncated.
|
int |
hashCode() |
Boolean |
isTruncated()
A flag that indicates whether there are more account aliases to list.
|
void |
setAccountAliases(Collection<String> accountAliases)
A list of aliases associated with the account.
|
void |
setIsTruncated(Boolean isTruncated)
A flag that indicates whether there are more account aliases to list.
|
void |
setMarker(String marker)
Use this only when paginating results, and only in a subsequent
request after you've received a response where the results are
truncated.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListAccountAliasesResult |
withAccountAliases(Collection<String> accountAliases)
A list of aliases associated with the account.
|
ListAccountAliasesResult |
withAccountAliases(String... accountAliases)
A list of aliases associated with the account.
|
ListAccountAliasesResult |
withIsTruncated(Boolean isTruncated)
A flag that indicates whether there are more account aliases to list.
|
ListAccountAliasesResult |
withMarker(String marker)
Use this only when paginating results, and only in a subsequent
request after you've received a response where the results are
truncated.
|
public List<String> getAccountAliases()
public void setAccountAliases(Collection<String> accountAliases)
accountAliases - A list of aliases associated with the account.public ListAccountAliasesResult withAccountAliases(String... accountAliases)
Returns a reference to this object so that method calls can be chained together.
accountAliases - A list of aliases associated with the account.public ListAccountAliasesResult withAccountAliases(Collection<String> accountAliases)
Returns a reference to this object so that method calls can be chained together.
accountAliases - A list of aliases associated with the account.public Boolean isTruncated()
Marker request parameter to retrieve
more account aliases in the list.Marker request parameter to retrieve
more account aliases in the list.public void setIsTruncated(Boolean isTruncated)
Marker request parameter to retrieve
more account aliases in the list.isTruncated - A flag that indicates whether there are more account aliases to list.
If your results were truncated, you can make a subsequent pagination
request using the Marker request parameter to retrieve
more account aliases in the list.public ListAccountAliasesResult withIsTruncated(Boolean isTruncated)
Marker request parameter to retrieve
more account aliases in the list.
Returns a reference to this object so that method calls can be chained together.
isTruncated - A flag that indicates whether there are more account aliases to list.
If your results were truncated, you can make a subsequent pagination
request using the Marker request parameter to retrieve
more account aliases in the list.public Boolean getIsTruncated()
Marker request parameter to retrieve
more account aliases in the list.Marker request parameter to retrieve
more account aliases in the list.public String getMarker()
Marker element in
the response you just received.
Constraints:
Length: 1 - 320
Pattern: [ -ÿ]*
Marker element in
the response you just received.public void setMarker(String marker)
Marker element in
the response you just received.
Constraints:
Length: 1 - 320
Pattern: [ -ÿ]*
marker - Use this only when paginating results, and only in a subsequent
request after you've received a response where the results are
truncated. Set it to the value of the Marker element in
the response you just received.public ListAccountAliasesResult withMarker(String marker)
Marker element in
the response you just received.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 320
Pattern: [ -ÿ]*
marker - Use this only when paginating results, and only in a subsequent
request after you've received a response where the results are
truncated. Set it to the value of the Marker element in
the response you just received.public String toString()
toString in class ObjectObject.toString()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.