@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class OperationStatusFilter extends Object implements Serializable, Cloneable, StructuredPojo
Filters the operation status list based on the passed attribute value.
| Constructor and Description |
|---|
OperationStatusFilter() |
| Modifier and Type | Method and Description |
|---|---|
OperationStatusFilter |
clone() |
boolean |
equals(Object obj) |
String |
getStatus()
Filters the list operations result based on the status attribute.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setStatus(String status)
Filters the list operations result based on the status attribute.
|
String |
toString()
Returns a string representation of this object.
|
OperationStatusFilter |
withStatus(StatusValues status)
Filters the list operations result based on the status attribute.
|
OperationStatusFilter |
withStatus(String status)
Filters the list operations result based on the status attribute.
|
public void setStatus(String status)
Filters the list operations result based on the status attribute.
status - Filters the list operations result based on the status attribute.StatusValuespublic String getStatus()
Filters the list operations result based on the status attribute.
StatusValuespublic OperationStatusFilter withStatus(String status)
Filters the list operations result based on the status attribute.
status - Filters the list operations result based on the status attribute.StatusValuespublic OperationStatusFilter withStatus(StatusValues status)
Filters the list operations result based on the status attribute.
status - Filters the list operations result based on the status attribute.StatusValuespublic String toString()
toString in class ObjectObject.toString()public OperationStatusFilter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.