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