@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)
Marshalls this structured data using the given
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 Object
Object.toString()
public JobScopeTerm clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.