@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 that the virtual router resides in.
|
String |
getVirtualRouterName()
The name of the virtual router.
|
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 virtual router.
|
void |
setMeshName(String meshName)
The name of the service mesh that the virtual router resides in.
|
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 that the virtual router resides in.
|
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 that the virtual router resides in.
meshName
- The name of the service mesh that the virtual router resides in.public String getMeshName()
The name of the service mesh that the virtual router resides in.
public VirtualRouterRef withMeshName(String meshName)
The name of the service mesh that the virtual router resides in.
meshName
- The name of the service mesh that the virtual router resides in.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 Object
Object.toString()
public VirtualRouterRef clone()
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.