|
Did this page help you?Yes No Tell us about it... |
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.identitymanagement.model.ListAccountAliasesResult
public class ListAccountAliasesResult
Contains the result of a successful invocation of the ListAccountAliases action.
| Constructor Summary | |
|---|---|
ListAccountAliasesResult()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ListAccountAliasesResult()
| Method Detail |
|---|
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 in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||