public class GetAuthorizersRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
Request to describe an existing Authorizers resource.
Modifier and Type | Field and Description |
---|---|
private java.lang.Integer |
limit
Limit the number of Authorizer resources in the response.
|
private java.lang.String |
position
If not all Authorizer resources in the response were present, the
position will specificy where to start the next page of results.
|
private java.lang.String |
restApiId
The RestApi identifier for the Authorizers resource.
|
NOOP
Constructor and Description |
---|
GetAuthorizersRequest() |
Modifier and Type | Method and Description |
---|---|
GetAuthorizersRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.lang.Integer |
getLimit()
Limit the number of Authorizer resources in the response.
|
java.lang.String |
getPosition()
If not all Authorizer resources in the response were present, the
position will specificy where to start the next page of results.
|
java.lang.String |
getRestApiId()
The RestApi identifier for the Authorizers resource.
|
int |
hashCode() |
void |
setLimit(java.lang.Integer limit)
Limit the number of Authorizer resources in the response.
|
void |
setPosition(java.lang.String position)
If not all Authorizer resources in the response were present, the
position will specificy where to start the next page of results.
|
void |
setRestApiId(java.lang.String restApiId)
The RestApi identifier for the Authorizers resource.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetAuthorizersRequest |
withLimit(java.lang.Integer limit)
Limit the number of Authorizer resources in the response.
|
GetAuthorizersRequest |
withPosition(java.lang.String position)
If not all Authorizer resources in the response were present, the
position will specificy where to start the next page of results.
|
GetAuthorizersRequest |
withRestApiId(java.lang.String restApiId)
The RestApi identifier for the Authorizers resource.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
private java.lang.String restApiId
The RestApi identifier for the Authorizers resource.
private java.lang.String position
If not all Authorizer resources in the response were present, the position will specificy where to start the next page of results.
private java.lang.Integer limit
Limit the number of Authorizer resources in the response.
public void setRestApiId(java.lang.String restApiId)
The RestApi identifier for the Authorizers resource.
restApiId
- The RestApi identifier for the Authorizers resource.public java.lang.String getRestApiId()
The RestApi identifier for the Authorizers resource.
public GetAuthorizersRequest withRestApiId(java.lang.String restApiId)
The RestApi identifier for the Authorizers resource.
restApiId
- The RestApi identifier for the Authorizers resource.public void setPosition(java.lang.String position)
If not all Authorizer resources in the response were present, the position will specificy where to start the next page of results.
position
- If not all Authorizer resources in the response were
present, the position will specificy where to start the next page
of results.public java.lang.String getPosition()
If not all Authorizer resources in the response were present, the position will specificy where to start the next page of results.
public GetAuthorizersRequest withPosition(java.lang.String position)
If not all Authorizer resources in the response were present, the position will specificy where to start the next page of results.
position
- If not all Authorizer resources in the response were
present, the position will specificy where to start the next page
of results.public void setLimit(java.lang.Integer limit)
Limit the number of Authorizer resources in the response.
limit
- Limit the number of Authorizer resources in the response.public java.lang.Integer getLimit()
Limit the number of Authorizer resources in the response.
public GetAuthorizersRequest withLimit(java.lang.Integer limit)
Limit the number of Authorizer resources in the response.
limit
- Limit the number of Authorizer resources in the response.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public GetAuthorizersRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()