public class GetApiKeyRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
A request to get information about the current ApiKey resource.
NOOP| Constructor and Description |
|---|
GetApiKeyRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetApiKeyRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getApiKey()
The identifier of the ApiKey resource.
|
Boolean |
getIncludeValue()
A boolean flag to specify whether (
true) or not (
false) the result contains the key value. |
int |
hashCode() |
Boolean |
isIncludeValue()
A boolean flag to specify whether (
true) or not (
false) the result contains the key value. |
void |
setApiKey(String apiKey)
The identifier of the ApiKey resource.
|
void |
setIncludeValue(Boolean includeValue)
A boolean flag to specify whether (
true) or not (
false) the result contains the key value. |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetApiKeyRequest |
withApiKey(String apiKey)
The identifier of the ApiKey resource.
|
GetApiKeyRequest |
withIncludeValue(Boolean includeValue)
A boolean flag to specify whether (
true) or not (
false) the result contains the key value. |
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setApiKey(String apiKey)
The identifier of the ApiKey resource.
apiKey - The identifier of the ApiKey resource.public String getApiKey()
The identifier of the ApiKey resource.
public GetApiKeyRequest withApiKey(String apiKey)
The identifier of the ApiKey resource.
apiKey - The identifier of the ApiKey resource.public void setIncludeValue(Boolean includeValue)
A boolean flag to specify whether (true) or not (
false) the result contains the key value.
includeValue - A boolean flag to specify whether (true) or not (
false) the result contains the key value.public Boolean getIncludeValue()
A boolean flag to specify whether (true) or not (
false) the result contains the key value.
true) or not (
false) the result contains the key value.public GetApiKeyRequest withIncludeValue(Boolean includeValue)
A boolean flag to specify whether (true) or not (
false) the result contains the key value.
includeValue - A boolean flag to specify whether (true) or not (
false) the result contains the key value.public Boolean isIncludeValue()
A boolean flag to specify whether (true) or not (
false) the result contains the key value.
true) or not (
false) the result contains the key value.public String toString()
toString in class ObjectObject.toString()public GetApiKeyRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.