@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class VirtualServiceBackend extends Object implements Serializable, Cloneable, StructuredPojo
An object representing 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) |
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 ObjectObject.toString()public VirtualServiceBackend clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2019. All rights reserved.