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