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