ToCopyableBuilder<GetApiKeysResponse.Builder,GetApiKeysResponse>
@Generated("software.amazon.awssdk:codegen") public class GetApiKeysResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<GetApiKeysResponse.Builder,GetApiKeysResponse>
Represents a collection of API keys as represented by an ApiKeys resource.
Modifier and Type | Class | Description |
---|---|---|
static interface |
GetApiKeysResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static GetApiKeysResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
List<ApiKey> |
items() |
|
String |
position() |
|
static Class<? extends GetApiKeysResponse.Builder> |
serializableBuilderClass() |
|
GetApiKeysResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
List<String> |
warnings() |
A list of warning messages logged during the import of API keys when the
failOnWarnings option is
set to true. |
setSdkHttpMetadata, setSdkResponseMetadata
public List<String> warnings()
A list of warning messages logged during the import of API keys when the failOnWarnings
option is
set to true.
failOnWarnings
option is set to true.public String position()
public GetApiKeysResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GetApiKeysResponse.Builder,GetApiKeysResponse>
public static GetApiKeysResponse.Builder builder()
public static Class<? extends GetApiKeysResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.