@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class IngestionJobFilter extends Object implements Serializable, Cloneable, StructuredPojo
Defines a filter by which to filter the results.
Constructor and Description |
---|
IngestionJobFilter() |
Modifier and Type | Method and Description |
---|---|
IngestionJobFilter |
clone() |
boolean |
equals(Object obj) |
String |
getAttribute()
The attribute by which to filter the results.
|
String |
getOperator()
The operation to carry out between the attribute and the values.
|
List<String> |
getValues()
A list of values for the attribute.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAttribute(String attribute)
The attribute by which to filter the results.
|
void |
setOperator(String operator)
The operation to carry out between the attribute and the values.
|
void |
setValues(Collection<String> values)
A list of values for the attribute.
|
String |
toString()
Returns a string representation of this object.
|
IngestionJobFilter |
withAttribute(IngestionJobFilterAttribute attribute)
The attribute by which to filter the results.
|
IngestionJobFilter |
withAttribute(String attribute)
The attribute by which to filter the results.
|
IngestionJobFilter |
withOperator(IngestionJobFilterOperator operator)
The operation to carry out between the attribute and the values.
|
IngestionJobFilter |
withOperator(String operator)
The operation to carry out between the attribute and the values.
|
IngestionJobFilter |
withValues(Collection<String> values)
A list of values for the attribute.
|
IngestionJobFilter |
withValues(String... values)
A list of values for the attribute.
|
public void setAttribute(String attribute)
The attribute by which to filter the results.
attribute
- The attribute by which to filter the results.IngestionJobFilterAttribute
public String getAttribute()
The attribute by which to filter the results.
IngestionJobFilterAttribute
public IngestionJobFilter withAttribute(String attribute)
The attribute by which to filter the results.
attribute
- The attribute by which to filter the results.IngestionJobFilterAttribute
public IngestionJobFilter withAttribute(IngestionJobFilterAttribute attribute)
The attribute by which to filter the results.
attribute
- The attribute by which to filter the results.IngestionJobFilterAttribute
public void setOperator(String operator)
The operation to carry out between the attribute and the values.
operator
- The operation to carry out between the attribute and the values.IngestionJobFilterOperator
public String getOperator()
The operation to carry out between the attribute and the values.
IngestionJobFilterOperator
public IngestionJobFilter withOperator(String operator)
The operation to carry out between the attribute and the values.
operator
- The operation to carry out between the attribute and the values.IngestionJobFilterOperator
public IngestionJobFilter withOperator(IngestionJobFilterOperator operator)
The operation to carry out between the attribute and the values.
operator
- The operation to carry out between the attribute and the values.IngestionJobFilterOperator
public List<String> getValues()
A list of values for the attribute.
public void setValues(Collection<String> values)
A list of values for the attribute.
values
- A list of values for the attribute.public IngestionJobFilter withValues(String... values)
A list of values for the attribute.
NOTE: This method appends the values to the existing list (if any). Use
setValues(java.util.Collection)
or withValues(java.util.Collection)
if you want to override the
existing values.
values
- A list of values for the attribute.public IngestionJobFilter withValues(Collection<String> values)
A list of values for the attribute.
values
- A list of values for the attribute.public String toString()
toString
in class Object
Object.toString()
public IngestionJobFilter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.