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