public class ListAccountAliasesResult
extends java.lang.Object
implements java.io.Serializable
Contains the result of a successful invocation of the ListAccountAliases action.
| コンストラクタと説明 |
|---|
ListAccountAliasesResult() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<java.lang.String> |
getAccountAliases()
A list of aliases associated with the account.
|
java.lang.Boolean |
getIsTruncated()
A flag that indicates whether there are more account aliases to list.
|
java.lang.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() |
java.lang.Boolean |
isTruncated()
A flag that indicates whether there are more account aliases to list.
|
void |
setAccountAliases(java.util.Collection<java.lang.String> accountAliases)
A list of aliases associated with the account.
|
void |
setIsTruncated(java.lang.Boolean isTruncated)
A flag that indicates whether there are more account aliases to list.
|
void |
setMarker(java.lang.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.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListAccountAliasesResult |
withAccountAliases(java.util.Collection<java.lang.String> accountAliases)
A list of aliases associated with the account.
|
ListAccountAliasesResult |
withAccountAliases(java.lang.String... accountAliases)
A list of aliases associated with the account.
|
ListAccountAliasesResult |
withIsTruncated(java.lang.Boolean isTruncated)
A flag that indicates whether there are more account aliases to list.
|
ListAccountAliasesResult |
withMarker(java.lang.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 java.util.List<java.lang.String> getAccountAliases()
public void setAccountAliases(java.util.Collection<java.lang.String> accountAliases)
accountAliases - A list of aliases associated with the account.public ListAccountAliasesResult withAccountAliases(java.lang.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(java.util.Collection<java.lang.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 java.lang.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(java.lang.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(java.lang.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 java.lang.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 java.lang.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(java.lang.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(java.lang.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 java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object