public class ListRoleAliasesResult
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
ListRoleAliasesResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getNextMarker()
A marker used to get the next set of results.
|
java.util.List<java.lang.String> |
getRoleAliases()
The role aliases.
|
int |
hashCode() |
void |
setNextMarker(java.lang.String nextMarker)
A marker used to get the next set of results.
|
void |
setRoleAliases(java.util.Collection<java.lang.String> roleAliases)
The role aliases.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListRoleAliasesResult |
withNextMarker(java.lang.String nextMarker)
A marker used to get the next set of results.
|
ListRoleAliasesResult |
withRoleAliases(java.util.Collection<java.lang.String> roleAliases)
The role aliases.
|
ListRoleAliasesResult |
withRoleAliases(java.lang.String... roleAliases)
The role aliases.
|
public java.util.List<java.lang.String> getRoleAliases()
The role aliases.
The role aliases.
public void setRoleAliases(java.util.Collection<java.lang.String> roleAliases)
The role aliases.
roleAliases - The role aliases.
public ListRoleAliasesResult withRoleAliases(java.lang.String... roleAliases)
The role aliases.
Returns a reference to this object so that method calls can be chained together.
roleAliases - The role aliases.
public ListRoleAliasesResult withRoleAliases(java.util.Collection<java.lang.String> roleAliases)
The role aliases.
Returns a reference to this object so that method calls can be chained together.
roleAliases - The role aliases.
public java.lang.String getNextMarker()
A marker used to get the next set of results.
Constraints:
Length: - 1024
Pattern: [A-Za-z0-9+/]+={0,2}
A marker used to get the next set of results.
public void setNextMarker(java.lang.String nextMarker)
A marker used to get the next set of results.
Constraints:
Length: - 1024
Pattern: [A-Za-z0-9+/]+={0,2}
nextMarker - A marker used to get the next set of results.
public ListRoleAliasesResult withNextMarker(java.lang.String nextMarker)
A marker used to get the next set of results.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: - 1024
Pattern: [A-Za-z0-9+/]+={0,2}
nextMarker - A marker used to get the next set of results.
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.ObjectCopyright © 2018 Amazon Web Services, Inc. All Rights Reserved.