@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class VmServerAddress extends Object implements Serializable, Cloneable, StructuredPojo
Represents a VM server location.
Constructor and Description |
---|
VmServerAddress() |
Modifier and Type | Method and Description |
---|---|
VmServerAddress |
clone() |
boolean |
equals(Object obj) |
String |
getVmId()
The identifier of the VM.
|
String |
getVmManagerId()
The identifier of the VM manager.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setVmId(String vmId)
The identifier of the VM.
|
void |
setVmManagerId(String vmManagerId)
The identifier of the VM manager.
|
String |
toString()
Returns a string representation of this object.
|
VmServerAddress |
withVmId(String vmId)
The identifier of the VM.
|
VmServerAddress |
withVmManagerId(String vmManagerId)
The identifier of the VM manager.
|
public void setVmManagerId(String vmManagerId)
The identifier of the VM manager.
vmManagerId
- The identifier of the VM manager.public String getVmManagerId()
The identifier of the VM manager.
public VmServerAddress withVmManagerId(String vmManagerId)
The identifier of the VM manager.
vmManagerId
- The identifier of the VM manager.public void setVmId(String vmId)
The identifier of the VM.
vmId
- The identifier of the VM.public String getVmId()
The identifier of the VM.
public VmServerAddress withVmId(String vmId)
The identifier of the VM.
vmId
- The identifier of the VM.public String toString()
toString
in class Object
Object.toString()
public VmServerAddress clone()
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.