Class GetAuthorizersRequest
- All Implemented Interfaces:
ReadLimitInfo, Serializable, Cloneable
Request to describe an existing Authorizers resource.
- See Also:
-
Field Summary
Fields inherited from class AmazonWebServiceRequest
NOOP -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Creates a shallow clone of this request.booleangetLimit()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.inthashCode()voidLimit the number of Authorizer resources in the response.voidsetPosition(String position) If not all Authorizer resources in the response were present, the position will specificy where to start the next page of results.voidsetRestApiId(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 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
-
equals
-
hashCode
-
clone
Description copied from class:AmazonWebServiceRequestCreates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.- Overrides:
clonein classAmazonWebServiceRequest- See Also:
-