StructuredPojo
, ToCopyableBuilder<UsagePlanKey.Builder,UsagePlanKey>
@Generated("software.amazon.awssdk:codegen") public class UsagePlanKey extends Object implements StructuredPojo, ToCopyableBuilder<UsagePlanKey.Builder,UsagePlanKey>
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 |
UsagePlanKey.Builder |
Modifier and Type | Method | Description |
---|---|---|
static UsagePlanKey.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
id() |
The Id of a usage plan key.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
String |
name() |
The name of a usage plan key.
|
static Class<? extends UsagePlanKey.Builder> |
serializableBuilderClass() |
|
UsagePlanKey.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.
|
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 UsagePlanKey.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<UsagePlanKey.Builder,UsagePlanKey>
public static UsagePlanKey.Builder builder()
public static Class<? extends UsagePlanKey.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.