@Generated(value="software.amazon.awssdk:codegen") public class Alias extends Object implements StructuredPojo, ToCopyableBuilder<Alias.Builder,Alias>
An alias for an edge.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Alias.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Alias.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
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.
|
copypublic String name()
The canonical name of the alias.
public List<String> names()
A list of names for the alias, including the canonical name.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public String type()
The type of the alias.
public Alias.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<Alias.Builder,Alias>public static Alias.Builder builder()
public static Class<? extends Alias.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.