@Generated(value="software.amazon.awssdk:codegen") public final class VirtualNodeRef extends Object implements SdkPojo, Serializable, ToCopyableBuilder<VirtualNodeRef.Builder,VirtualNodeRef>
An object representing a virtual node returned by a list operation.
Modifier and Type | Class and Description |
---|---|
static interface |
VirtualNodeRef.Builder |
Modifier and Type | Method and Description |
---|---|
String |
arn()
The full Amazon Resource Name (ARN) for the virtual node.
|
static VirtualNodeRef.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
meshName()
The name of the service mesh in which the virtual node resides.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends VirtualNodeRef.Builder> |
serializableBuilderClass() |
VirtualNodeRef.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
String |
virtualNodeName()
The name of the virtual node.
|
copy
public String arn()
The full Amazon Resource Name (ARN) for the virtual node.
public String meshName()
The name of the service mesh in which the virtual node resides.
public String virtualNodeName()
The name of the virtual node.
public VirtualNodeRef.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<VirtualNodeRef.Builder,VirtualNodeRef>
public static VirtualNodeRef.Builder builder()
public static Class<? extends VirtualNodeRef.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.