@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class VirtualNodeRef extends Object implements Serializable, Cloneable, StructuredPojo
An object representing a virtual node returned by a list operation.
Constructor and Description |
---|
VirtualNodeRef() |
Modifier and Type | Method and Description |
---|---|
VirtualNodeRef |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The full Amazon Resource Name (ARN) for the virtual node.
|
String |
getMeshName()
The name of the service mesh that the virtual node resides in.
|
String |
getVirtualNodeName()
The name of the virtual node.
|
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 node.
|
void |
setMeshName(String meshName)
The name of the service mesh that the virtual node resides in.
|
void |
setVirtualNodeName(String virtualNodeName)
The name of the virtual node.
|
String |
toString()
Returns a string representation of this object.
|
VirtualNodeRef |
withArn(String arn)
The full Amazon Resource Name (ARN) for the virtual node.
|
VirtualNodeRef |
withMeshName(String meshName)
The name of the service mesh that the virtual node resides in.
|
VirtualNodeRef |
withVirtualNodeName(String virtualNodeName)
The name of the virtual node.
|
public void setArn(String arn)
The full Amazon Resource Name (ARN) for the virtual node.
arn
- The full Amazon Resource Name (ARN) for the virtual node.public String getArn()
The full Amazon Resource Name (ARN) for the virtual node.
public VirtualNodeRef withArn(String arn)
The full Amazon Resource Name (ARN) for the virtual node.
arn
- The full Amazon Resource Name (ARN) for the virtual node.public void setMeshName(String meshName)
The name of the service mesh that the virtual node resides in.
meshName
- The name of the service mesh that the virtual node resides in.public String getMeshName()
The name of the service mesh that the virtual node resides in.
public VirtualNodeRef withMeshName(String meshName)
The name of the service mesh that the virtual node resides in.
meshName
- The name of the service mesh that the virtual node resides in.public void setVirtualNodeName(String virtualNodeName)
The name of the virtual node.
virtualNodeName
- The name of the virtual node.public String getVirtualNodeName()
The name of the virtual node.
public VirtualNodeRef withVirtualNodeName(String virtualNodeName)
The name of the virtual node.
virtualNodeName
- The name of the virtual node.public String toString()
toString
in class Object
Object.toString()
public VirtualNodeRef 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.