@Generated(value="software.amazon.awssdk:codegen") public final class GetApiKeysRequest extends ApiGatewayRequest implements ToCopyableBuilder<GetApiKeysRequest.Builder,GetApiKeysRequest>
A request to get information about the current ApiKeys resource.
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetApiKeysRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetApiKeysRequest.Builder |
builder() |
String |
customerId()
The identifier of a customer in Amazon Web Services Marketplace or an external system, such as a developer
portal.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Boolean |
includeValues()
A boolean flag to specify whether (
true) or not (false) the result contains key values. |
Integer |
limit()
The maximum number of returned results per page.
|
String |
nameQuery()
The name of queried API keys.
|
String |
position()
The current pagination position in the paged result set.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetApiKeysRequest.Builder> |
serializableBuilderClass() |
GetApiKeysRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String position()
The current pagination position in the paged result set.
public final Integer limit()
The maximum number of returned results per page. The default value is 25 and the maximum value is 500.
public final String nameQuery()
The name of queried API keys.
public final String customerId()
The identifier of a customer in Amazon Web Services Marketplace or an external system, such as a developer portal.
public final Boolean includeValues()
A boolean flag to specify whether (true) or not (false) the result contains key values.
true) or not (false) the result contains key
values.public GetApiKeysRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetApiKeysRequest.Builder,GetApiKeysRequest>toBuilder in class ApiGatewayRequestpublic static GetApiKeysRequest.Builder builder()
public static Class<? extends GetApiKeysRequest.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.