@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListRoleAliasesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListRoleAliasesResult() |
Modifier and Type | Method and Description |
---|---|
ListRoleAliasesResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextMarker()
A marker used to get the next set of results.
|
List<String> |
getRoleAliases()
The role aliases.
|
int |
hashCode() |
void |
setNextMarker(String nextMarker)
A marker used to get the next set of results.
|
void |
setRoleAliases(Collection<String> roleAliases)
The role aliases.
|
String |
toString()
Returns a string representation of this object.
|
ListRoleAliasesResult |
withNextMarker(String nextMarker)
A marker used to get the next set of results.
|
ListRoleAliasesResult |
withRoleAliases(Collection<String> roleAliases)
The role aliases.
|
ListRoleAliasesResult |
withRoleAliases(String... roleAliases)
The role aliases.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setRoleAliases(Collection<String> roleAliases)
The role aliases.
roleAliases
- The role aliases.public ListRoleAliasesResult withRoleAliases(String... roleAliases)
The role aliases.
NOTE: This method appends the values to the existing list (if any). Use
setRoleAliases(java.util.Collection)
or withRoleAliases(java.util.Collection)
if you want to
override the existing values.
roleAliases
- The role aliases.public ListRoleAliasesResult withRoleAliases(Collection<String> roleAliases)
The role aliases.
roleAliases
- The role aliases.public void setNextMarker(String nextMarker)
A marker used to get the next set of results.
nextMarker
- A marker used to get the next set of results.public String getNextMarker()
A marker used to get the next set of results.
public ListRoleAliasesResult withNextMarker(String nextMarker)
A marker used to get the next set of results.
nextMarker
- A marker used to get the next set of results.public String toString()
toString
in class Object
Object.toString()
public ListRoleAliasesResult clone()