StructuredPojo
, ToCopyableBuilder<KeyListEntry.Builder,KeyListEntry>
@Generated("software.amazon.awssdk:codegen") public class KeyListEntry extends Object implements StructuredPojo, ToCopyableBuilder<KeyListEntry.Builder,KeyListEntry>
Contains information about each entry in the key list.
Modifier and Type | Class | Description |
---|---|---|
static interface |
KeyListEntry.Builder |
Modifier and Type | Method | Description |
---|---|---|
static KeyListEntry.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
keyArn() |
ARN of the key.
|
String |
keyId() |
Unique identifier of the key.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
static Class<? extends KeyListEntry.Builder> |
serializableBuilderClass() |
|
KeyListEntry.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String keyId()
Unique identifier of the key.
public String keyArn()
ARN of the key.
public KeyListEntry.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<KeyListEntry.Builder,KeyListEntry>
public static KeyListEntry.Builder builder()
public static Class<? extends KeyListEntry.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.