@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class OperationResultFilter extends Object implements Serializable, Cloneable
The status that operation results are filtered by.
Constructor and Description |
---|
OperationResultFilter() |
Modifier and Type | Method and Description |
---|---|
OperationResultFilter |
clone() |
boolean |
equals(Object obj) |
String |
getName()
The type of filter to apply.
|
String |
getValues()
The value to filter by.
|
int |
hashCode() |
void |
setName(String name)
The type of filter to apply.
|
void |
setValues(String values)
The value to filter by.
|
String |
toString()
Returns a string representation of this object.
|
OperationResultFilter |
withName(OperationResultFilterName name)
The type of filter to apply.
|
OperationResultFilter |
withName(String name)
The type of filter to apply.
|
OperationResultFilter |
withValues(String values)
The value to filter by.
|
public void setName(String name)
The type of filter to apply.
name
- The type of filter to apply.OperationResultFilterName
public String getName()
The type of filter to apply.
OperationResultFilterName
public OperationResultFilter withName(String name)
The type of filter to apply.
name
- The type of filter to apply.OperationResultFilterName
public OperationResultFilter withName(OperationResultFilterName name)
The type of filter to apply.
name
- The type of filter to apply.OperationResultFilterName
public void setValues(String values)
The value to filter by.
values
- The value to filter by.public String getValues()
The value to filter by.
public OperationResultFilter withValues(String values)
The value to filter by.
values
- The value to filter by.public String toString()
toString
in class Object
Object.toString()
public OperationResultFilter clone()