@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) | 
| ClientPolicy | getClientPolicy()
 A reference to an object that represents the client policy for a backend. | 
| 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 | setClientPolicy(ClientPolicy clientPolicy)
 A reference to an object that represents the client policy for a backend. | 
| 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 | withClientPolicy(ClientPolicy clientPolicy)
 A reference to an object that represents the client policy for a backend. | 
| VirtualServiceBackend | withVirtualServiceName(String virtualServiceName)
 The name of the virtual service that is acting as a virtual node backend. | 
public void setClientPolicy(ClientPolicy clientPolicy)
A reference to an object that represents the client policy for a backend.
clientPolicy - A reference to an object that represents the client policy for a backend.public ClientPolicy getClientPolicy()
A reference to an object that represents the client policy for a backend.
public VirtualServiceBackend withClientPolicy(ClientPolicy clientPolicy)
A reference to an object that represents the client policy for a backend.
clientPolicy - A reference to an object that represents the client policy for a 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 ObjectObject.toString()public VirtualServiceBackend clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.