@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RouteRef extends Object implements Serializable, Cloneable, StructuredPojo
An object representing a route returned by a list operation.
Constructor and Description |
---|
RouteRef() |
Modifier and Type | Method and Description |
---|---|
RouteRef |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The full Amazon Resource Name (ARN) for the route.
|
String |
getMeshName()
The name of the service mesh in which the route resides.
|
String |
getRouteName()
The name of the route.
|
String |
getVirtualRouterName()
The virtual router with which the route is associated.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setArn(String arn)
The full Amazon Resource Name (ARN) for the route.
|
void |
setMeshName(String meshName)
The name of the service mesh in which the route resides.
|
void |
setRouteName(String routeName)
The name of the route.
|
void |
setVirtualRouterName(String virtualRouterName)
The virtual router with which the route is associated.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
RouteRef |
withArn(String arn)
The full Amazon Resource Name (ARN) for the route.
|
RouteRef |
withMeshName(String meshName)
The name of the service mesh in which the route resides.
|
RouteRef |
withRouteName(String routeName)
The name of the route.
|
RouteRef |
withVirtualRouterName(String virtualRouterName)
The virtual router with which the route is associated.
|
public void setArn(String arn)
The full Amazon Resource Name (ARN) for the route.
arn
- The full Amazon Resource Name (ARN) for the route.public String getArn()
The full Amazon Resource Name (ARN) for the route.
public RouteRef withArn(String arn)
The full Amazon Resource Name (ARN) for the route.
arn
- The full Amazon Resource Name (ARN) for the route.public void setMeshName(String meshName)
The name of the service mesh in which the route resides.
meshName
- The name of the service mesh in which the route resides.public String getMeshName()
The name of the service mesh in which the route resides.
public RouteRef withMeshName(String meshName)
The name of the service mesh in which the route resides.
meshName
- The name of the service mesh in which the route resides.public void setRouteName(String routeName)
The name of the route.
routeName
- The name of the route.public String getRouteName()
The name of the route.
public RouteRef withRouteName(String routeName)
The name of the route.
routeName
- The name of the route.public void setVirtualRouterName(String virtualRouterName)
The virtual router with which the route is associated.
virtualRouterName
- The virtual router with which the route is associated.public String getVirtualRouterName()
The virtual router with which the route is associated.
public RouteRef withVirtualRouterName(String virtualRouterName)
The virtual router with which the route is associated.
virtualRouterName
- The virtual router with which the route is associated.public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.