@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) |
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.IngestionJobFilterAttributepublic String getAttribute()
The attribute by which to filter the results.
IngestionJobFilterAttributepublic IngestionJobFilter withAttribute(String attribute)
The attribute by which to filter the results.
attribute - The attribute by which to filter the results.IngestionJobFilterAttributepublic IngestionJobFilter withAttribute(IngestionJobFilterAttribute attribute)
The attribute by which to filter the results.
attribute - The attribute by which to filter the results.IngestionJobFilterAttributepublic 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.IngestionJobFilterOperatorpublic String getOperator()
The operation to carry out between the attribute and the values.
IngestionJobFilterOperatorpublic 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.IngestionJobFilterOperatorpublic 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.IngestionJobFilterOperatorpublic 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 ObjectObject.toString()public IngestionJobFilter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.