ToCopyableBuilder<GetUsagePlanKeyResponse.Builder,GetUsagePlanKeyResponse>
@Generated("software.amazon.awssdk:codegen") public class GetUsagePlanKeyResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<GetUsagePlanKeyResponse.Builder,GetUsagePlanKeyResponse>
Represents a usage plan key to identify a plan customer.
To associate an API stage with a selected API key in a usage plan, you must create a UsagePlanKey resource to represent the selected ApiKey.
Modifier and Type | Class | Description |
---|---|---|
static interface |
GetUsagePlanKeyResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static GetUsagePlanKeyResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
id() |
The Id of a usage plan key.
|
String |
name() |
The name of a usage plan key.
|
static Class<? extends GetUsagePlanKeyResponse.Builder> |
serializableBuilderClass() |
|
GetUsagePlanKeyResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
type() |
The type of a usage plan key.
|
String |
value() |
The value of a usage plan key.
|
setSdkHttpMetadata, setSdkResponseMetadata
public String id()
The Id of a usage plan key.
public String type()
The type of a usage plan key. Currently, the valid key type is API_KEY
.
API_KEY
.public String value()
The value of a usage plan key.
public String name()
The name of a usage plan key.
public GetUsagePlanKeyResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GetUsagePlanKeyResponse.Builder,GetUsagePlanKeyResponse>
public static GetUsagePlanKeyResponse.Builder builder()
public static Class<? extends GetUsagePlanKeyResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.