@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class VirtualNodeServiceProvider extends Object implements Serializable, Cloneable, StructuredPojo
An object representing 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 Object
Object.toString()
public VirtualNodeServiceProvider 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.