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