@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetUsagePlanKeysRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
The GET request to get all the usage plan keys representing the API keys added to a specified usage plan.
NOOP
Constructor and Description |
---|
GetUsagePlanKeysRequest() |
Modifier and Type | Method and Description |
---|---|
GetUsagePlanKeysRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getLimit()
The maximum number of returned results per page.
|
String |
getNameQuery()
A query parameter specifying the name of the to-be-returned usage plan keys.
|
String |
getPosition()
The current pagination position in the paged result set.
|
String |
getUsagePlanId()
The Id of the UsagePlan resource representing the usage plan containing the to-be-retrieved
UsagePlanKey resource representing a plan customer.
|
int |
hashCode() |
void |
setLimit(Integer limit)
The maximum number of returned results per page.
|
void |
setNameQuery(String nameQuery)
A query parameter specifying the name of the to-be-returned usage plan keys.
|
void |
setPosition(String position)
The current pagination position in the paged result set.
|
void |
setUsagePlanId(String usagePlanId)
The Id of the UsagePlan resource representing the usage plan containing the to-be-retrieved
UsagePlanKey resource representing a plan customer.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetUsagePlanKeysRequest |
withLimit(Integer limit)
The maximum number of returned results per page.
|
GetUsagePlanKeysRequest |
withNameQuery(String nameQuery)
A query parameter specifying the name of the to-be-returned usage plan keys.
|
GetUsagePlanKeysRequest |
withPosition(String position)
The current pagination position in the paged result set.
|
GetUsagePlanKeysRequest |
withUsagePlanId(String usagePlanId)
The Id of the UsagePlan resource representing the usage plan containing the to-be-retrieved
UsagePlanKey resource representing a plan customer.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setUsagePlanId(String usagePlanId)
The Id of the UsagePlan resource representing the usage plan containing the to-be-retrieved UsagePlanKey resource representing a plan customer.
usagePlanId
- The Id of the UsagePlan resource representing the usage plan containing the to-be-retrieved
UsagePlanKey resource representing a plan customer.public String getUsagePlanId()
The Id of the UsagePlan resource representing the usage plan containing the to-be-retrieved UsagePlanKey resource representing a plan customer.
public GetUsagePlanKeysRequest withUsagePlanId(String usagePlanId)
The Id of the UsagePlan resource representing the usage plan containing the to-be-retrieved UsagePlanKey resource representing a plan customer.
usagePlanId
- The Id of the UsagePlan resource representing the usage plan containing the to-be-retrieved
UsagePlanKey resource representing a plan customer.public void setPosition(String position)
The current pagination position in the paged result set.
position
- The current pagination position in the paged result set.public String getPosition()
The current pagination position in the paged result set.
public GetUsagePlanKeysRequest withPosition(String position)
The current pagination position in the paged result set.
position
- The current pagination position in the paged result set.public void setLimit(Integer limit)
The maximum number of returned results per page.
limit
- The maximum number of returned results per page.public Integer getLimit()
The maximum number of returned results per page.
public GetUsagePlanKeysRequest withLimit(Integer limit)
The maximum number of returned results per page.
limit
- The maximum number of returned results per page.public void setNameQuery(String nameQuery)
A query parameter specifying the name of the to-be-returned usage plan keys.
nameQuery
- A query parameter specifying the name of the to-be-returned usage plan keys.public String getNameQuery()
A query parameter specifying the name of the to-be-returned usage plan keys.
public GetUsagePlanKeysRequest withNameQuery(String nameQuery)
A query parameter specifying the name of the to-be-returned usage plan keys.
nameQuery
- A query parameter specifying the name of the to-be-returned usage plan keys.public String toString()
toString
in class Object
Object.toString()
public GetUsagePlanKeysRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.