@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class VirtualNodeStatus extends Object implements Serializable, Cloneable, StructuredPojo
An object that represents the current status of the virtual node.
Constructor and Description |
---|
VirtualNodeStatus() |
Modifier and Type | Method and Description |
---|---|
VirtualNodeStatus |
clone() |
boolean |
equals(Object obj) |
String |
getStatus()
The current status of the virtual node.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setStatus(String status)
The current status of the virtual node.
|
String |
toString()
Returns a string representation of this object.
|
VirtualNodeStatus |
withStatus(String status)
The current status of the virtual node.
|
VirtualNodeStatus |
withStatus(VirtualNodeStatusCode status)
The current status of the virtual node.
|
public void setStatus(String status)
The current status of the virtual node.
status
- The current status of the virtual node.VirtualNodeStatusCode
public String getStatus()
The current status of the virtual node.
VirtualNodeStatusCode
public VirtualNodeStatus withStatus(String status)
The current status of the virtual node.
status
- The current status of the virtual node.VirtualNodeStatusCode
public VirtualNodeStatus withStatus(VirtualNodeStatusCode status)
The current status of the virtual node.
status
- The current status of the virtual node.VirtualNodeStatusCode
public String toString()
toString
in class Object
Object.toString()
public VirtualNodeStatus clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.