@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class VirtualNodeServiceProvider extends Object implements Serializable, Cloneable, StructuredPojo
An object that represents a virtual node service provider.
| Constructor and Description | 
|---|
| VirtualNodeServiceProvider() | 
| Modifier and Type | Method and Description | 
|---|---|
| VirtualNodeServiceProvider | clone() | 
| boolean | equals(Object obj) | 
| String | getVirtualNodeName()
 The name of the virtual node that is acting as a service provider. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setVirtualNodeName(String virtualNodeName)
 The name of the virtual node that is acting as a service provider. | 
| String | toString()Returns a string representation of this object. | 
| VirtualNodeServiceProvider | withVirtualNodeName(String virtualNodeName)
 The name of the virtual node that is acting as a service provider. | 
public void setVirtualNodeName(String virtualNodeName)
The name of the virtual node that is acting as a service provider.
virtualNodeName - The name of the virtual node that is acting as a service provider.public String getVirtualNodeName()
The name of the virtual node that is acting as a service provider.
public VirtualNodeServiceProvider withVirtualNodeName(String virtualNodeName)
The name of the virtual node that is acting as a service provider.
virtualNodeName - The name of the virtual node that is acting as a service provider.public String toString()
toString in class ObjectObject.toString()public VirtualNodeServiceProvider clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.