@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetUsagePlanKeyRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
The GET request to get a usage plan key of a given key identifier.
NOOP| Constructor and Description |
|---|
GetUsagePlanKeyRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetUsagePlanKeyRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getKeyId()
The key Id of the to-be-retrieved UsagePlanKey resource representing a plan customer.
|
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 |
setKeyId(String keyId)
The key Id of the to-be-retrieved UsagePlanKey resource representing a plan customer.
|
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.
|
GetUsagePlanKeyRequest |
withKeyId(String keyId)
The key Id of the to-be-retrieved UsagePlanKey resource representing a plan customer.
|
GetUsagePlanKeyRequest |
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, withSdkRequestTimeoutpublic 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 GetUsagePlanKeyRequest 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 setKeyId(String keyId)
The key Id of the to-be-retrieved UsagePlanKey resource representing a plan customer.
keyId - The key Id of the to-be-retrieved UsagePlanKey resource representing a plan customer.public String getKeyId()
The key Id of the to-be-retrieved UsagePlanKey resource representing a plan customer.
public GetUsagePlanKeyRequest withKeyId(String keyId)
The key Id of the to-be-retrieved UsagePlanKey resource representing a plan customer.
keyId - The key Id of the to-be-retrieved UsagePlanKey resource representing a plan customer.public String toString()
toString in class ObjectObject.toString()public GetUsagePlanKeyRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()