public class GetAuthorizersRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Request to describe an existing Authorizers resource.
NOOP| Constructor and Description |
|---|
GetAuthorizersRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetAuthorizersRequest |
clone() |
boolean |
equals(Object obj) |
Integer |
getLimit() |
String |
getPosition() |
String |
getRestApiId()
The RestApi identifier for the Authorizers resource.
|
int |
hashCode() |
void |
setLimit(Integer limit) |
void |
setPosition(String position) |
void |
setRestApiId(String restApiId)
The RestApi identifier for the Authorizers resource.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetAuthorizersRequest |
withLimit(Integer limit) |
GetAuthorizersRequest |
withPosition(String position) |
GetAuthorizersRequest |
withRestApiId(String restApiId)
The RestApi identifier for the Authorizers resource.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setRestApiId(String restApiId)
The RestApi identifier for the Authorizers resource.
restApiId - The RestApi identifier for the Authorizers resource.public String getRestApiId()
The RestApi identifier for the Authorizers resource.
public GetAuthorizersRequest withRestApiId(String restApiId)
The RestApi identifier for the Authorizers resource.
restApiId - The RestApi identifier for the Authorizers resource.public void setPosition(String position)
position - public String getPosition()
public GetAuthorizersRequest withPosition(String position)
position - public void setLimit(Integer limit)
limit - public Integer getLimit()
public GetAuthorizersRequest withLimit(Integer limit)
limit - public String toString()
toString in class ObjectObject.toString()public GetAuthorizersRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2016. All rights reserved.