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