@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class VirtualServiceBackend extends Object implements Serializable, Cloneable, StructuredPojo
An object that represents a virtual service backend for a virtual node.
Constructor and Description |
---|
VirtualServiceBackend() |
Modifier and Type | Method and Description |
---|---|
VirtualServiceBackend |
clone() |
boolean |
equals(Object obj) |
String |
getVirtualServiceName()
The name of the virtual service that is acting as a virtual node backend.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setVirtualServiceName(String virtualServiceName)
The name of the virtual service that is acting as a virtual node backend.
|
String |
toString()
Returns a string representation of this object.
|
VirtualServiceBackend |
withVirtualServiceName(String virtualServiceName)
The name of the virtual service that is acting as a virtual node backend.
|
public void setVirtualServiceName(String virtualServiceName)
The name of the virtual service that is acting as a virtual node backend.
virtualServiceName
- The name of the virtual service that is acting as a virtual node backend.public String getVirtualServiceName()
The name of the virtual service that is acting as a virtual node backend.
public VirtualServiceBackend withVirtualServiceName(String virtualServiceName)
The name of the virtual service that is acting as a virtual node backend.
virtualServiceName
- The name of the virtual service that is acting as a virtual node backend.public String toString()
toString
in class Object
Object.toString()
public VirtualServiceBackend 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.