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() |
boolean |
equals(Object obj) |
String |
getApiKey()
The identifier of the ApiKey resource.
|
int |
hashCode() |
void |
setApiKey(String apiKey)
The identifier of the ApiKey resource.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetApiKeyRequest |
withApiKey(String apiKey)
The identifier of the ApiKey resource.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public 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 String toString()
toString
in class Object
Object.toString()
public GetApiKeyRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2015. All rights reserved.