public class ListRoleAliasesRequest extends AmazonWebServiceRequest implements java.io.Serializable
Lists the role aliases registered in your account.
Constructor and Description |
---|
ListRoleAliasesRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Boolean |
getAscendingOrder()
Return the list of role aliases in ascending alphabetical order.
|
java.lang.String |
getMarker()
A marker used to get the next set of results.
|
java.lang.Integer |
getPageSize()
The maximum number of results to return at one time.
|
int |
hashCode() |
java.lang.Boolean |
isAscendingOrder()
Return the list of role aliases in ascending alphabetical order.
|
void |
setAscendingOrder(java.lang.Boolean ascendingOrder)
Return the list of role aliases in ascending alphabetical order.
|
void |
setMarker(java.lang.String marker)
A marker used to get the next set of results.
|
void |
setPageSize(java.lang.Integer pageSize)
The maximum number of results to return at one time.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListRoleAliasesRequest |
withAscendingOrder(java.lang.Boolean ascendingOrder)
Return the list of role aliases in ascending alphabetical order.
|
ListRoleAliasesRequest |
withMarker(java.lang.String marker)
A marker used to get the next set of results.
|
ListRoleAliasesRequest |
withPageSize(java.lang.Integer pageSize)
The maximum number of results to return at one time.
|
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public java.lang.Integer getPageSize()
The maximum number of results to return at one time.
Constraints:
Range: 1 - 250
The maximum number of results to return at one time.
public void setPageSize(java.lang.Integer pageSize)
The maximum number of results to return at one time.
Constraints:
Range: 1 - 250
pageSize
- The maximum number of results to return at one time.
public ListRoleAliasesRequest withPageSize(java.lang.Integer pageSize)
The maximum number of results to return at one time.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Range: 1 - 250
pageSize
- The maximum number of results to return at one time.
public java.lang.String getMarker()
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 setMarker(java.lang.String marker)
A marker used to get the next set of results.
Constraints:
Length: - 1024
Pattern: [A-Za-z0-9+/]+={0,2}
marker
- A marker used to get the next set of results.
public ListRoleAliasesRequest withMarker(java.lang.String marker)
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}
marker
- A marker used to get the next set of results.
public java.lang.Boolean isAscendingOrder()
Return the list of role aliases in ascending alphabetical order.
Return the list of role aliases in ascending alphabetical order.
public java.lang.Boolean getAscendingOrder()
Return the list of role aliases in ascending alphabetical order.
Return the list of role aliases in ascending alphabetical order.
public void setAscendingOrder(java.lang.Boolean ascendingOrder)
Return the list of role aliases in ascending alphabetical order.
ascendingOrder
- Return the list of role aliases in ascending alphabetical order.
public ListRoleAliasesRequest withAscendingOrder(java.lang.Boolean ascendingOrder)
Return the list of role aliases in ascending alphabetical order.
Returns a reference to this object so that method calls can be chained together.
ascendingOrder
- Return the list of role aliases in ascending alphabetical order.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.