@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class VirtualServiceStatus extends Object implements Serializable, Cloneable, StructuredPojo
An object that represents the status of a virtual service.
Constructor and Description |
---|
VirtualServiceStatus() |
Modifier and Type | Method and Description |
---|---|
VirtualServiceStatus |
clone() |
boolean |
equals(Object obj) |
String |
getStatus()
The current status of the virtual service.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setStatus(String status)
The current status of the virtual service.
|
String |
toString()
Returns a string representation of this object.
|
VirtualServiceStatus |
withStatus(String status)
The current status of the virtual service.
|
VirtualServiceStatus |
withStatus(VirtualServiceStatusCode status)
The current status of the virtual service.
|
public void setStatus(String status)
The current status of the virtual service.
status
- The current status of the virtual service.VirtualServiceStatusCode
public String getStatus()
The current status of the virtual service.
VirtualServiceStatusCode
public VirtualServiceStatus withStatus(String status)
The current status of the virtual service.
status
- The current status of the virtual service.VirtualServiceStatusCode
public VirtualServiceStatus withStatus(VirtualServiceStatusCode status)
The current status of the virtual service.
status
- The current status of the virtual service.VirtualServiceStatusCode
public String toString()
toString
in class Object
Object.toString()
public VirtualServiceStatus 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.