@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAuthorizersRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListAuthorizersRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListAuthorizersRequest |
clone() |
boolean |
equals(Object obj) |
Boolean |
getAscendingOrder()
Return the list of authorizers 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.
|
String |
getStatus()
The status of the list authorizers request.
|
int |
hashCode() |
Boolean |
isAscendingOrder()
Return the list of authorizers in ascending alphabetical order.
|
void |
setAscendingOrder(Boolean ascendingOrder)
Return the list of authorizers 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.
|
void |
setStatus(String status)
The status of the list authorizers request.
|
String |
toString()
Returns a string representation of this object.
|
ListAuthorizersRequest |
withAscendingOrder(Boolean ascendingOrder)
Return the list of authorizers in ascending alphabetical order.
|
ListAuthorizersRequest |
withMarker(String marker)
A marker used to get the next set of results.
|
ListAuthorizersRequest |
withPageSize(Integer pageSize)
The maximum number of results to return at one time.
|
ListAuthorizersRequest |
withStatus(AuthorizerStatus status)
The status of the list authorizers request.
|
ListAuthorizersRequest |
withStatus(String status)
The status of the list authorizers request.
|
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic 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 ListAuthorizersRequest 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 ListAuthorizersRequest 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 authorizers in ascending alphabetical order.
ascendingOrder - Return the list of authorizers in ascending alphabetical order.public Boolean getAscendingOrder()
Return the list of authorizers in ascending alphabetical order.
public ListAuthorizersRequest withAscendingOrder(Boolean ascendingOrder)
Return the list of authorizers in ascending alphabetical order.
ascendingOrder - Return the list of authorizers in ascending alphabetical order.public Boolean isAscendingOrder()
Return the list of authorizers in ascending alphabetical order.
public void setStatus(String status)
The status of the list authorizers request.
status - The status of the list authorizers request.AuthorizerStatuspublic String getStatus()
The status of the list authorizers request.
AuthorizerStatuspublic ListAuthorizersRequest withStatus(String status)
The status of the list authorizers request.
status - The status of the list authorizers request.AuthorizerStatuspublic ListAuthorizersRequest withStatus(AuthorizerStatus status)
The status of the list authorizers request.
status - The status of the list authorizers request.AuthorizerStatuspublic String toString()
toString in class ObjectObject.toString()public ListAuthorizersRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2022. All rights reserved.