ToCopyableBuilder<CreateApiKeyResponse.Builder,CreateApiKeyResponse>
@Generated("software.amazon.awssdk:codegen") public class CreateApiKeyResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<CreateApiKeyResponse.Builder,CreateApiKeyResponse>
Modifier and Type | Class | Description |
---|---|---|
static interface |
CreateApiKeyResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static CreateApiKeyResponse.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 CreateApiKeyResponse.Builder> |
serializableBuilderClass() |
|
List<String> |
stageKeys() |
|
CreateApiKeyResponse.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 CreateApiKeyResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<CreateApiKeyResponse.Builder,CreateApiKeyResponse>
public static CreateApiKeyResponse.Builder builder()
public static Class<? extends CreateApiKeyResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.