@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class JobScopeTerm extends Object implements Serializable, Cloneable, StructuredPojo
Specifies one or more conditions that determine which objects a classification job analyzes.
| Constructor and Description |
|---|
JobScopeTerm() |
| Modifier and Type | Method and Description |
|---|---|
JobScopeTerm |
clone() |
boolean |
equals(Object obj) |
SimpleScopeTerm |
getSimpleScopeTerm()
A property-based condition that defines a property, operator, and one or more values for including or excluding
an object from a job.
|
TagScopeTerm |
getTagScopeTerm()
A tag-based condition that defines a property, operator, and one or more values for including or excluding an
object from a job.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setSimpleScopeTerm(SimpleScopeTerm simpleScopeTerm)
A property-based condition that defines a property, operator, and one or more values for including or excluding
an object from a job.
|
void |
setTagScopeTerm(TagScopeTerm tagScopeTerm)
A tag-based condition that defines a property, operator, and one or more values for including or excluding an
object from a job.
|
String |
toString()
Returns a string representation of this object.
|
JobScopeTerm |
withSimpleScopeTerm(SimpleScopeTerm simpleScopeTerm)
A property-based condition that defines a property, operator, and one or more values for including or excluding
an object from a job.
|
JobScopeTerm |
withTagScopeTerm(TagScopeTerm tagScopeTerm)
A tag-based condition that defines a property, operator, and one or more values for including or excluding an
object from a job.
|
public void setSimpleScopeTerm(SimpleScopeTerm simpleScopeTerm)
A property-based condition that defines a property, operator, and one or more values for including or excluding an object from a job.
simpleScopeTerm - A property-based condition that defines a property, operator, and one or more values for including or
excluding an object from a job.public SimpleScopeTerm getSimpleScopeTerm()
A property-based condition that defines a property, operator, and one or more values for including or excluding an object from a job.
public JobScopeTerm withSimpleScopeTerm(SimpleScopeTerm simpleScopeTerm)
A property-based condition that defines a property, operator, and one or more values for including or excluding an object from a job.
simpleScopeTerm - A property-based condition that defines a property, operator, and one or more values for including or
excluding an object from a job.public void setTagScopeTerm(TagScopeTerm tagScopeTerm)
A tag-based condition that defines a property, operator, and one or more values for including or excluding an object from a job.
tagScopeTerm - A tag-based condition that defines a property, operator, and one or more values for including or excluding
an object from a job.public TagScopeTerm getTagScopeTerm()
A tag-based condition that defines a property, operator, and one or more values for including or excluding an object from a job.
public JobScopeTerm withTagScopeTerm(TagScopeTerm tagScopeTerm)
A tag-based condition that defines a property, operator, and one or more values for including or excluding an object from a job.
tagScopeTerm - A tag-based condition that defines a property, operator, and one or more values for including or excluding
an object from a job.public String toString()
toString in class ObjectObject.toString()public JobScopeTerm clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2020. All rights reserved.