StructuredPojo
, ToCopyableBuilder<Alias.Builder,Alias>
@Generated("software.amazon.awssdk:codegen") public class Alias extends Object implements StructuredPojo, ToCopyableBuilder<Alias.Builder,Alias>
An alias for an edge.
Modifier and Type | Class | Description |
---|---|---|
static interface |
Alias.Builder |
Modifier and Type | Method | Description |
---|---|---|
static Alias.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
String |
name() |
The canonical name of the alias.
|
List<String> |
names() |
A list of names for the alias, including the canonical name.
|
static Class<? extends Alias.Builder> |
serializableBuilderClass() |
|
Alias.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 the alias.
|
public String name()
The canonical name of the alias.
public List<String> names()
A list of names for the alias, including the canonical name.
public String type()
The type of the alias.
public Alias.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<Alias.Builder,Alias>
public static Alias.Builder builder()
public static Class<? extends Alias.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.