Class GetAuthorizersRequest
- java.lang.Object
-
- com.amazonaws.AmazonWebServiceRequest
-
- com.amazonaws.services.apigateway.model.GetAuthorizersRequest
-
- All Implemented Interfaces:
ReadLimitInfo,Serializable,Cloneable
public class GetAuthorizersRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Request to describe an existing Authorizers resource.
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.amazonaws.AmazonWebServiceRequest
NOOP
-
-
Constructor Summary
Constructors Constructor Description GetAuthorizersRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetAuthorizersRequestclone()Creates a shallow clone of this request.booleanequals(Object obj)IntegergetLimit()Limit the number of Authorizer resources in the response.StringgetPosition()If not all Authorizer resources in the response were present, the position will specificy where to start the next page of results.StringgetRestApiId()The RestApi identifier for the Authorizers resource.inthashCode()voidsetLimit(Integer limit)Limit 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.StringtoString()Returns a string representation of this object; useful for testing and debugging.GetAuthorizersRequestwithLimit(Integer limit)Limit the number of Authorizer resources in the response.GetAuthorizersRequestwithPosition(String position)If not all Authorizer resources in the response were present, the position will specificy where to start the next page of results.GetAuthorizersRequestwithRestApiId(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
-
-
-
-
Method Detail
-
setRestApiId
public void setRestApiId(String restApiId)
The RestApi identifier for the Authorizers resource.
- Parameters:
restApiId- The RestApi identifier for the Authorizers resource.
-
getRestApiId
public String getRestApiId()
The RestApi identifier for the Authorizers resource.
- Returns:
- The RestApi identifier for the Authorizers resource.
-
withRestApiId
public GetAuthorizersRequest withRestApiId(String restApiId)
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
public 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.
- 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
public String 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
public GetAuthorizersRequest 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.
- 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
public void setLimit(Integer limit)
Limit the number of Authorizer resources in the response.
- Parameters:
limit- Limit the number of Authorizer resources in the response.
-
getLimit
public Integer getLimit()
Limit the number of Authorizer resources in the response.
- Returns:
- Limit the number of Authorizer resources in the response.
-
withLimit
public GetAuthorizersRequest withLimit(Integer limit)
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
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public GetAuthorizersRequest 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:
Object.clone()
-
-