@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.VirtualGatewayStatusCode
public String getStatus()
The current status.
VirtualGatewayStatusCode
public VirtualGatewayStatus withStatus(String status)
The current status.
status
- The current status.VirtualGatewayStatusCode
public VirtualGatewayStatus withStatus(VirtualGatewayStatusCode status)
The current status.
status
- The current status.VirtualGatewayStatusCode
public String toString()
toString
in class Object
Object.toString()
public VirtualGatewayStatus clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.