Cloneable
, ReadLimitInfo
, ToCopyableBuilder<GetApiKeyRequest.Builder,GetApiKeyRequest>
@Generated("software.amazon.awssdk:codegen") public class GetApiKeyRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<GetApiKeyRequest.Builder,GetApiKeyRequest>
A request to get information about the current ApiKey resource.
Modifier and Type | Class | Description |
---|---|---|
static interface |
GetApiKeyRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
String |
apiKey() |
The identifier of the ApiKey resource.
|
static GetApiKeyRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
Boolean |
includeValue() |
A boolean flag to specify whether (
true ) or not (false ) the result contains the key
value. |
static Class<? extends GetApiKeyRequest.Builder> |
serializableBuilderClass() |
|
GetApiKeyRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String apiKey()
The identifier of the ApiKey resource.
public Boolean includeValue()
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.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GetApiKeyRequest.Builder,GetApiKeyRequest>
public static GetApiKeyRequest.Builder builder()
public static Class<? extends GetApiKeyRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.