ToCopyableBuilder<GetApiKeyResponse.Builder,GetApiKeyResponse>
@Generated("software.amazon.awssdk:codegen") public class GetApiKeyResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<GetApiKeyResponse.Builder,GetApiKeyResponse>
Modifier and Type | Class | Description |
---|---|---|
static interface |
GetApiKeyResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static GetApiKeyResponse.Builder |
builder() |
|
Date |
createdDate() |
The timestamp when the API Key was created.
|
String |
customerId() |
An AWS Marketplace customer identifier , when integrating with the AWS SaaS Marketplace.
|
String |
description() |
The description of the API Key.
|
Boolean |
enabled() |
Specifies whether the API Key can be used by callers.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
id() |
The identifier of the API Key.
|
Date |
lastUpdatedDate() |
The timestamp when the API Key was last updated.
|
String |
name() |
The name of the API Key.
|
static Class<? extends GetApiKeyResponse.Builder> |
serializableBuilderClass() |
|
List<String> |
stageKeys() |
|
GetApiKeyResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
value() |
The value of the API Key.
|
setSdkHttpMetadata, setSdkResponseMetadata
public String id()
The identifier of the API Key.
public String value()
The value of the API Key.
public String name()
The name of the API Key.
public String customerId()
An AWS Marketplace customer identifier , when integrating with the AWS SaaS Marketplace.
public String description()
The description of the API Key.
public Boolean enabled()
Specifies whether the API Key can be used by callers.
public Date createdDate()
The timestamp when the API Key was created.
public Date lastUpdatedDate()
The timestamp when the API Key was last updated.
public GetApiKeyResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GetApiKeyResponse.Builder,GetApiKeyResponse>
public static GetApiKeyResponse.Builder builder()
public static Class<? extends GetApiKeyResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.