|
|||||||
| 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 | |
|---|---|
List<String> |
getAccountAliases()
|
Boolean |
getIsTruncated()
A flag that indicates whether there are more account aliases to list. |
String |
getMarker()
Constraints: Length: 1 - 320 Pattern: [ -?]* |
Boolean |
isTruncated()
A flag that indicates whether there are more account aliases to list. |
void |
setAccountAliases(Collection<String> accountAliases)
|
void |
setIsTruncated(Boolean isTruncated)
A flag that indicates whether there are more account aliases to list. |
void |
setMarker(String marker)
Constraints: Length: 1 - 320 Pattern: [ -?]* |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
ListAccountAliasesResult |
withAccountAliases(Collection<String> accountAliases)
Returns a reference to this object so that method calls can be chained together. |
ListAccountAliasesResult |
withAccountAliases(String... accountAliases)
Returns a reference to this object so that method calls can be chained together. |
ListAccountAliasesResult |
withIsTruncated(Boolean isTruncated)
A flag that indicates whether there are more account aliases to list. |
ListAccountAliasesResult |
withMarker(String marker)
Returns a reference to this object so that method calls can be chained together. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ListAccountAliasesResult()
| Method Detail |
|---|
public List<String> getAccountAliases()
public void setAccountAliases(Collection<String> accountAliases)
accountAliases - public ListAccountAliasesResult withAccountAliases(String... accountAliases)
Returns a reference to this object so that method calls can be chained together.
accountAliases -
public ListAccountAliasesResult withAccountAliases(Collection<String> accountAliases)
Returns a reference to this object so that method calls can be chained together.
accountAliases -
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()
Constraints:
Length: 1 - 320
Pattern: [ -?]*
public void setMarker(String marker)
Constraints:
Length: 1 - 320
Pattern: [ -?]*
marker - public ListAccountAliasesResult withMarker(String marker)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 320
Pattern: [ -?]*
marker -
public String toString()
toString in class ObjectObject.toString()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||