@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class VirtualRouterRef extends Object implements Serializable, Cloneable, StructuredPojo
An object representing a virtual router returned by a list operation.
| Constructor and Description |
|---|
VirtualRouterRef() |
| Modifier and Type | Method and Description |
|---|---|
VirtualRouterRef |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The full Amazon Resource Name (ARN) for the virtual router.
|
String |
getMeshName()
The name of the service mesh in which the virtual router resides.
|
String |
getVirtualRouterName()
The name of the virtual router.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setArn(String arn)
The full Amazon Resource Name (ARN) for the virtual router.
|
void |
setMeshName(String meshName)
The name of the service mesh in which the virtual router resides.
|
void |
setVirtualRouterName(String virtualRouterName)
The name of the virtual router.
|
String |
toString()
Returns a string representation of this object.
|
VirtualRouterRef |
withArn(String arn)
The full Amazon Resource Name (ARN) for the virtual router.
|
VirtualRouterRef |
withMeshName(String meshName)
The name of the service mesh in which the virtual router resides.
|
VirtualRouterRef |
withVirtualRouterName(String virtualRouterName)
The name of the virtual router.
|
public void setArn(String arn)
The full Amazon Resource Name (ARN) for the virtual router.
arn - The full Amazon Resource Name (ARN) for the virtual router.public String getArn()
The full Amazon Resource Name (ARN) for the virtual router.
public VirtualRouterRef withArn(String arn)
The full Amazon Resource Name (ARN) for the virtual router.
arn - The full Amazon Resource Name (ARN) for the virtual router.public void setMeshName(String meshName)
The name of the service mesh in which the virtual router resides.
meshName - The name of the service mesh in which the virtual router resides.public String getMeshName()
The name of the service mesh in which the virtual router resides.
public VirtualRouterRef withMeshName(String meshName)
The name of the service mesh in which the virtual router resides.
meshName - The name of the service mesh in which the virtual router resides.public void setVirtualRouterName(String virtualRouterName)
The name of the virtual router.
virtualRouterName - The name of the virtual router.public String getVirtualRouterName()
The name of the virtual router.
public VirtualRouterRef withVirtualRouterName(String virtualRouterName)
The name of the virtual router.
virtualRouterName - The name of the virtual router.public String toString()
toString in class ObjectObject.toString()public VirtualRouterRef clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2019. All rights reserved.