Class GetAuthorizersRequest
- All Implemented Interfaces:
ReadLimitInfo
,Serializable
,Cloneable
Request to describe an existing Authorizers resource.
- See Also:
-
Field Summary
Fields inherited from class com.amazonaws.AmazonWebServiceRequest
NOOP
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
Creates a shallow clone of this request.boolean
getLimit()
Limit the number of Authorizer resources in the response.If not all Authorizer resources in the response were present, the position will specificy where to start the next page of results.The RestApi identifier for the Authorizers resource.int
hashCode()
void
Limit the number of Authorizer resources in the response.void
setPosition
(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
(String restApiId) The RestApi identifier for the Authorizers resource.toString()
Returns a string representation of this object; useful for testing and debugging.Limit the number of Authorizer resources in the response.withPosition
(String position) If not all Authorizer resources in the response were present, the position will specificy where to start the next page of results.withRestApiId
(String restApiId) The RestApi identifier for the Authorizers resource.Methods inherited from class com.amazonaws.AmazonWebServiceRequest
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
-
Constructor Details
-
GetAuthorizersRequest
public GetAuthorizersRequest()
-
-
Method Details
-
setRestApiId
The RestApi identifier for the Authorizers resource.
- Parameters:
restApiId
- The RestApi identifier for the Authorizers resource.
-
getRestApiId
The RestApi identifier for the Authorizers resource.
- Returns:
- The RestApi identifier for the Authorizers resource.
-
withRestApiId
The RestApi identifier for the Authorizers resource.
- Parameters:
restApiId
- The RestApi identifier for the Authorizers resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setPosition
If not all Authorizer resources in the response were present, the position will specificy where to start the next page of results.
- Parameters:
position
- If not all Authorizer resources in the response were present, the position will specificy where to start the next page of results.
-
getPosition
If not all Authorizer resources in the response were present, the position will specificy where to start the next page of results.
- Returns:
- If not all Authorizer resources in the response were present, the position will specificy where to start the next page of results.
-
withPosition
If not all Authorizer resources in the response were present, the position will specificy where to start the next page of results.
- Parameters:
position
- If not all Authorizer resources in the response were present, the position will specificy where to start the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setLimit
Limit the number of Authorizer resources in the response.
- Parameters:
limit
- Limit the number of Authorizer resources in the response.
-
getLimit
Limit the number of Authorizer resources in the response.
- Returns:
- Limit the number of Authorizer resources in the response.
-
withLimit
Limit the number of Authorizer resources in the response.
- Parameters:
limit
- Limit the number of Authorizer resources in the response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
Description copied from class:AmazonWebServiceRequest
Creates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.- Overrides:
clone
in classAmazonWebServiceRequest
- See Also:
-