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