@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) |
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)
marshall in interface StructuredPojoCopyright © 2022. All rights reserved.