public class ListAuthorizersRequest extends AmazonWebServiceRequest implements java.io.Serializable
Lists the authorizers registered in your account.
| Constructor and Description |
|---|
ListAuthorizersRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Boolean |
getAscendingOrder()
Return the list of authorizers 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.
|
java.lang.String |
getStatus()
The status of the list authorizers request.
|
int |
hashCode() |
java.lang.Boolean |
isAscendingOrder()
Return the list of authorizers in ascending alphabetical order.
|
void |
setAscendingOrder(java.lang.Boolean ascendingOrder)
Return the list of authorizers 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.
|
void |
setStatus(AuthorizerStatus status)
The status of the list authorizers request.
|
void |
setStatus(java.lang.String status)
The status of the list authorizers request.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListAuthorizersRequest |
withAscendingOrder(java.lang.Boolean ascendingOrder)
Return the list of authorizers in ascending alphabetical order.
|
ListAuthorizersRequest |
withMarker(java.lang.String marker)
A marker used to get the next set of results.
|
ListAuthorizersRequest |
withPageSize(java.lang.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(java.lang.String status)
The status of the list authorizers request.
|
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic 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 ListAuthorizersRequest 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 ListAuthorizersRequest 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 authorizers in ascending alphabetical order.
Return the list of authorizers in ascending alphabetical order.
public java.lang.Boolean getAscendingOrder()
Return the list of authorizers in ascending alphabetical order.
Return the list of authorizers in ascending alphabetical order.
public void setAscendingOrder(java.lang.Boolean ascendingOrder)
Return the list of authorizers in ascending alphabetical order.
ascendingOrder - Return the list of authorizers in ascending alphabetical order.
public ListAuthorizersRequest withAscendingOrder(java.lang.Boolean ascendingOrder)
Return the list of authorizers in ascending alphabetical order.
Returns a reference to this object so that method calls can be chained together.
ascendingOrder - Return the list of authorizers in ascending alphabetical order.
public java.lang.String getStatus()
The status of the list authorizers request.
Constraints:
Allowed Values: ACTIVE, INACTIVE
The status of the list authorizers request.
AuthorizerStatuspublic void setStatus(java.lang.String status)
The status of the list authorizers request.
Constraints:
Allowed Values: ACTIVE, INACTIVE
status - The status of the list authorizers request.
AuthorizerStatuspublic ListAuthorizersRequest withStatus(java.lang.String status)
The status of the list authorizers request.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: ACTIVE, INACTIVE
status - The status of the list authorizers request.
AuthorizerStatuspublic void setStatus(AuthorizerStatus status)
The status of the list authorizers request.
Constraints:
Allowed Values: ACTIVE, INACTIVE
status - The status of the list authorizers request.
AuthorizerStatuspublic ListAuthorizersRequest withStatus(AuthorizerStatus status)
The status of the list authorizers request.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: ACTIVE, INACTIVE
status - The status of the list authorizers request.
AuthorizerStatuspublic java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2018 Amazon Web Services, Inc. All Rights Reserved.