@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListRoleAliasesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListRoleAliasesRequest() |
Modifier and Type | Method and Description |
---|---|
ListRoleAliasesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Boolean |
getAscendingOrder()
Return the list of role aliases in ascending alphabetical order.
|
String |
getMarker()
A marker used to get the next set of results.
|
Integer |
getPageSize()
The maximum number of results to return at one time.
|
int |
hashCode() |
Boolean |
isAscendingOrder()
Return the list of role aliases in ascending alphabetical order.
|
void |
setAscendingOrder(Boolean ascendingOrder)
Return the list of role aliases in ascending alphabetical order.
|
void |
setMarker(String marker)
A marker used to get the next set of results.
|
void |
setPageSize(Integer pageSize)
The maximum number of results to return at one time.
|
String |
toString()
Returns a string representation of this object.
|
ListRoleAliasesRequest |
withAscendingOrder(Boolean ascendingOrder)
Return the list of role aliases in ascending alphabetical order.
|
ListRoleAliasesRequest |
withMarker(String marker)
A marker used to get the next set of results.
|
ListRoleAliasesRequest |
withPageSize(Integer pageSize)
The maximum number of results to return at one time.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setPageSize(Integer pageSize)
The maximum number of results to return at one time.
pageSize
- The maximum number of results to return at one time.public Integer getPageSize()
The maximum number of results to return at one time.
public ListRoleAliasesRequest withPageSize(Integer pageSize)
The maximum number of results to return at one time.
pageSize
- The maximum number of results to return at one time.public void setMarker(String marker)
A marker used to get the next set of results.
marker
- A marker used to get the next set of results.public String getMarker()
A marker used to get the next set of results.
public ListRoleAliasesRequest withMarker(String marker)
A marker used to get the next set of results.
marker
- A marker used to get the next set of results.public void setAscendingOrder(Boolean ascendingOrder)
Return the list of role aliases in ascending alphabetical order.
ascendingOrder
- Return the list of role aliases in ascending alphabetical order.public Boolean getAscendingOrder()
Return the list of role aliases in ascending alphabetical order.
public ListRoleAliasesRequest withAscendingOrder(Boolean ascendingOrder)
Return the list of role aliases in ascending alphabetical order.
ascendingOrder
- Return the list of role aliases in ascending alphabetical order.public Boolean isAscendingOrder()
Return the list of role aliases in ascending alphabetical order.
public String toString()
toString
in class Object
Object.toString()
public ListRoleAliasesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()