@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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, 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 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.AuthorizerStatus
public String getStatus()
The status of the list authorizers request.
AuthorizerStatus
public ListAuthorizersRequest withStatus(String status)
The status of the list authorizers request.
status
- The status of the list authorizers request.AuthorizerStatus
public ListAuthorizersRequest withStatus(AuthorizerStatus status)
The status of the list authorizers request.
status
- The status of the list authorizers request.AuthorizerStatus
public String toString()
toString
in class Object
Object.toString()
public ListAuthorizersRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()