@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class VmServer extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
VmServer() |
| Modifier and Type | Method and Description |
|---|---|
VmServer |
clone() |
boolean |
equals(Object obj) |
String |
getVmManagerName() |
String |
getVmManagerType() |
String |
getVmName() |
String |
getVmPath() |
VmServerAddress |
getVmServerAddress() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setVmManagerName(String vmManagerName) |
void |
setVmManagerType(String vmManagerType) |
void |
setVmManagerType(VmManagerType vmManagerType) |
void |
setVmName(String vmName) |
void |
setVmPath(String vmPath) |
void |
setVmServerAddress(VmServerAddress vmServerAddress) |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
VmServer |
withVmManagerName(String vmManagerName) |
VmServer |
withVmManagerType(String vmManagerType) |
VmServer |
withVmManagerType(VmManagerType vmManagerType) |
VmServer |
withVmName(String vmName) |
VmServer |
withVmPath(String vmPath) |
VmServer |
withVmServerAddress(VmServerAddress vmServerAddress) |
public void setVmServerAddress(VmServerAddress vmServerAddress)
vmServerAddress - public VmServerAddress getVmServerAddress()
public VmServer withVmServerAddress(VmServerAddress vmServerAddress)
vmServerAddress - public void setVmName(String vmName)
vmName - public String getVmName()
public VmServer withVmName(String vmName)
vmName - public void setVmManagerName(String vmManagerName)
vmManagerName - public String getVmManagerName()
public VmServer withVmManagerName(String vmManagerName)
vmManagerName - public void setVmManagerType(String vmManagerType)
vmManagerType - VmManagerTypepublic String getVmManagerType()
VmManagerTypepublic VmServer withVmManagerType(String vmManagerType)
vmManagerType - VmManagerTypepublic void setVmManagerType(VmManagerType vmManagerType)
vmManagerType - VmManagerTypepublic VmServer withVmManagerType(VmManagerType vmManagerType)
vmManagerType - VmManagerTypepublic void setVmPath(String vmPath)
vmPath - public String getVmPath()
public VmServer withVmPath(String vmPath)
vmPath - public String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2017. All rights reserved.