@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SearchJobsFilter extends Object implements Serializable, Cloneable, StructuredPojo
A filter used to search for Amazon Braket jobs.
| Constructor and Description |
|---|
SearchJobsFilter() |
| Modifier and Type | Method and Description |
|---|---|
SearchJobsFilter |
clone() |
boolean |
equals(Object obj) |
String |
getName()
The name to use for the jobs filter.
|
String |
getOperator()
An operator to use for the jobs filter.
|
List<String> |
getValues()
The values to use for the jobs filter.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setName(String name)
The name to use for the jobs filter.
|
void |
setOperator(String operator)
An operator to use for the jobs filter.
|
void |
setValues(Collection<String> values)
The values to use for the jobs filter.
|
String |
toString()
Returns a string representation of this object.
|
SearchJobsFilter |
withName(String name)
The name to use for the jobs filter.
|
SearchJobsFilter |
withOperator(SearchJobsFilterOperator operator)
An operator to use for the jobs filter.
|
SearchJobsFilter |
withOperator(String operator)
An operator to use for the jobs filter.
|
SearchJobsFilter |
withValues(Collection<String> values)
The values to use for the jobs filter.
|
SearchJobsFilter |
withValues(String... values)
The values to use for the jobs filter.
|
public void setName(String name)
The name to use for the jobs filter.
name - The name to use for the jobs filter.public String getName()
The name to use for the jobs filter.
public SearchJobsFilter withName(String name)
The name to use for the jobs filter.
name - The name to use for the jobs filter.public void setOperator(String operator)
An operator to use for the jobs filter.
operator - An operator to use for the jobs filter.SearchJobsFilterOperatorpublic String getOperator()
An operator to use for the jobs filter.
SearchJobsFilterOperatorpublic SearchJobsFilter withOperator(String operator)
An operator to use for the jobs filter.
operator - An operator to use for the jobs filter.SearchJobsFilterOperatorpublic SearchJobsFilter withOperator(SearchJobsFilterOperator operator)
An operator to use for the jobs filter.
operator - An operator to use for the jobs filter.SearchJobsFilterOperatorpublic List<String> getValues()
The values to use for the jobs filter.
public void setValues(Collection<String> values)
The values to use for the jobs filter.
values - The values to use for the jobs filter.public SearchJobsFilter withValues(String... values)
The values to use for the jobs filter.
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 - The values to use for the jobs filter.public SearchJobsFilter withValues(Collection<String> values)
The values to use for the jobs filter.
values - The values to use for the jobs filter.public String toString()
toString in class ObjectObject.toString()public SearchJobsFilter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.