@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.StatusValues
public String getStatus()
Filters the list operations result based on the status attribute.
StatusValues
public 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.StatusValues
public 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.StatusValues
public String toString()
toString
in class Object
Object.toString()
public OperationStatusFilter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.