public class VmServer extends Object implements Serializable, Cloneable
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 |
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
- VmManagerType
public String getVmManagerType()
VmManagerType
public VmServer withVmManagerType(String vmManagerType)
vmManagerType
- VmManagerType
public void setVmManagerType(VmManagerType vmManagerType)
vmManagerType
- VmManagerType
public VmServer withVmManagerType(VmManagerType vmManagerType)
vmManagerType
- VmManagerType
public void setVmPath(String vmPath)
vmPath
- public String getVmPath()
public VmServer withVmPath(String vmPath)
vmPath
- public String toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.