@Generated(value="software.amazon.awssdk:codegen") public final class GetApiKeyRequest extends ApiGatewayRequest implements ToCopyableBuilder<GetApiKeyRequest.Builder,GetApiKeyRequest>
A request to get information about the current ApiKey resource.
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetApiKeyRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
apiKey()
The identifier of the ApiKey resource.
|
static GetApiKeyRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Boolean |
includeValue()
A boolean flag to specify whether (
true) or not (false) the result contains the key
value. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetApiKeyRequest.Builder> |
serializableBuilderClass() |
GetApiKeyRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String apiKey()
The identifier of the ApiKey resource.
public final 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()
toBuilder in interface ToCopyableBuilder<GetApiKeyRequest.Builder,GetApiKeyRequest>toBuilder in class ApiGatewayRequestpublic static GetApiKeyRequest.Builder builder()
public static Class<? extends GetApiKeyRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.