@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RouteRef extends Object implements Serializable, Cloneable, StructuredPojo
An object that represents 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 that the route resides in.
|
String |
getMeshOwner()
The AWS IAM account ID of the service mesh owner.
|
String |
getResourceOwner()
The AWS IAM account ID of the resource owner.
|
String |
getRouteName()
The name of the route.
|
String |
getVirtualRouterName()
The virtual router that the route is associated with.
|
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 that the route resides in.
|
void |
setMeshOwner(String meshOwner)
The AWS IAM account ID of the service mesh owner.
|
void |
setResourceOwner(String resourceOwner)
The AWS IAM account ID of the resource owner.
|
void |
setRouteName(String routeName)
The name of the route.
|
void |
setVirtualRouterName(String virtualRouterName)
The virtual router that the route is associated with.
|
String |
toString()
Returns a string representation of this object.
|
RouteRef |
withArn(String arn)
The full Amazon Resource Name (ARN) for the route.
|
RouteRef |
withMeshName(String meshName)
The name of the service mesh that the route resides in.
|
RouteRef |
withMeshOwner(String meshOwner)
The AWS IAM account ID of the service mesh owner.
|
RouteRef |
withResourceOwner(String resourceOwner)
The AWS IAM account ID of the resource owner.
|
RouteRef |
withRouteName(String routeName)
The name of the route.
|
RouteRef |
withVirtualRouterName(String virtualRouterName)
The virtual router that the route is associated with.
|
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 that the route resides in.
meshName
- The name of the service mesh that the route resides in.public String getMeshName()
The name of the service mesh that the route resides in.
public RouteRef withMeshName(String meshName)
The name of the service mesh that the route resides in.
meshName
- The name of the service mesh that the route resides in.public void setMeshOwner(String meshOwner)
The AWS IAM account ID of the service mesh owner. If the account ID is not your own, then it's the ID of the account that shared the mesh with your account. For more information about mesh sharing, see Working with Shared Meshes.
meshOwner
- The AWS IAM account ID of the service mesh owner. If the account ID is not your own, then it's the ID of
the account that shared the mesh with your account. For more information about mesh sharing, see Working with Shared Meshes.public String getMeshOwner()
The AWS IAM account ID of the service mesh owner. If the account ID is not your own, then it's the ID of the account that shared the mesh with your account. For more information about mesh sharing, see Working with Shared Meshes.
public RouteRef withMeshOwner(String meshOwner)
The AWS IAM account ID of the service mesh owner. If the account ID is not your own, then it's the ID of the account that shared the mesh with your account. For more information about mesh sharing, see Working with Shared Meshes.
meshOwner
- The AWS IAM account ID of the service mesh owner. If the account ID is not your own, then it's the ID of
the account that shared the mesh with your account. For more information about mesh sharing, see Working with Shared Meshes.public void setResourceOwner(String resourceOwner)
The AWS IAM account ID of the resource owner. If the account ID is not your own, then it's the ID of the mesh owner, or another account that the mesh is shared with. For more information about mesh sharing, see Working with Shared Meshes.
resourceOwner
- The AWS IAM account ID of the resource owner. If the account ID is not your own, then it's the ID of the
mesh owner, or another account that the mesh is shared with. For more information about mesh sharing, see
Working with Shared
Meshes.public String getResourceOwner()
The AWS IAM account ID of the resource owner. If the account ID is not your own, then it's the ID of the mesh owner, or another account that the mesh is shared with. For more information about mesh sharing, see Working with Shared Meshes.
public RouteRef withResourceOwner(String resourceOwner)
The AWS IAM account ID of the resource owner. If the account ID is not your own, then it's the ID of the mesh owner, or another account that the mesh is shared with. For more information about mesh sharing, see Working with Shared Meshes.
resourceOwner
- The AWS IAM account ID of the resource owner. If the account ID is not your own, then it's the ID of the
mesh owner, or another account that the mesh is shared with. For more information about mesh sharing, see
Working with Shared
Meshes.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 that the route is associated with.
virtualRouterName
- The virtual router that the route is associated with.public String getVirtualRouterName()
The virtual router that the route is associated with.
public RouteRef withVirtualRouterName(String virtualRouterName)
The virtual router that the route is associated with.
virtualRouterName
- The virtual router that the route is associated with.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.