@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class VmServer extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
VmServer() |
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()
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.