@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 AWS Marketplace or an external system, such as a developer portal.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz)
Used to retrieve the value of a field from any class that extends
SdkRequest . |
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.
|
static Class<? extends GetApiKeysRequest.Builder> |
serializableBuilderClass() |
GetApiKeysRequest.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
overrideConfiguration
copy
public String position()
The current pagination position in the paged result set.
public Integer limit()
The maximum number of returned results per page.
public String nameQuery()
The name of queried API keys.
public String customerId()
The identifier of a customer in AWS Marketplace or an external system, such as a developer portal.
public 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()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GetApiKeysRequest.Builder,GetApiKeysRequest>
toBuilder
in class ApiGatewayRequest
public static GetApiKeysRequest.Builder builder()
public static Class<? extends GetApiKeysRequest.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
SdkRequest
SdkRequest
. The field name
specified should match the member name from the corresponding service-2.json model specified in the
codegen-resources folder for a given service. The class specifies what class to cast the returned value to.
If the returned value is also a modeled class, the SdkRequest.getValueForField(String, Class)
method will
again be available.getValueForField
in class SdkRequest
fieldName
- The name of the member to be retrieved.clazz
- The class to cast the returned object to.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.