Cloneable
, ReadLimitInfo
, ToCopyableBuilder<GetApiKeysRequest.Builder,GetApiKeysRequest>
@Generated("software.amazon.awssdk:codegen") public class GetApiKeysRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<GetApiKeysRequest.Builder,GetApiKeysRequest>
A request to get information about the current ApiKeys resource.
Modifier and Type | Class | Description |
---|---|---|
static interface |
GetApiKeysRequest.Builder |
NOOP
Modifier and Type | Method | 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) |
|
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 ApiKeys to get information about.
|
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() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String position()
The current pagination position in the paged result set.
public Integer limit()
The maximum number of ApiKeys to get information about.
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>
public static GetApiKeysRequest.Builder builder()
public static Class<? extends GetApiKeysRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.