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:
  • Constructor Details

    • GetAuthorizersRequest

      public GetAuthorizersRequest()
  • Method Details

    • 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:
      toString in class Object
      Returns:
      A string representation of this object.
      See Also:
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • clone

      public GetAuthorizersRequest 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 class AmazonWebServiceRequest
      See Also: