@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Scoping extends Object implements Serializable, Cloneable, StructuredPojo
Specifies one or more property- and tag-based conditions that define criteria for including or excluding S3 objects from a classification job. Exclude conditions take precedence over include conditions.
| Constructor and Description |
|---|
Scoping() |
| Modifier and Type | Method and Description |
|---|---|
Scoping |
clone() |
boolean |
equals(Object obj) |
JobScopingBlock |
getExcludes()
The property- and tag-based conditions that determine which objects to exclude from the analysis.
|
JobScopingBlock |
getIncludes()
The property- and tag-based conditions that determine which objects to include in the analysis.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setExcludes(JobScopingBlock excludes)
The property- and tag-based conditions that determine which objects to exclude from the analysis.
|
void |
setIncludes(JobScopingBlock includes)
The property- and tag-based conditions that determine which objects to include in the analysis.
|
String |
toString()
Returns a string representation of this object.
|
Scoping |
withExcludes(JobScopingBlock excludes)
The property- and tag-based conditions that determine which objects to exclude from the analysis.
|
Scoping |
withIncludes(JobScopingBlock includes)
The property- and tag-based conditions that determine which objects to include in the analysis.
|
public void setExcludes(JobScopingBlock excludes)
The property- and tag-based conditions that determine which objects to exclude from the analysis.
excludes - The property- and tag-based conditions that determine which objects to exclude from the analysis.public JobScopingBlock getExcludes()
The property- and tag-based conditions that determine which objects to exclude from the analysis.
public Scoping withExcludes(JobScopingBlock excludes)
The property- and tag-based conditions that determine which objects to exclude from the analysis.
excludes - The property- and tag-based conditions that determine which objects to exclude from the analysis.public void setIncludes(JobScopingBlock includes)
The property- and tag-based conditions that determine which objects to include in the analysis.
includes - The property- and tag-based conditions that determine which objects to include in the analysis.public JobScopingBlock getIncludes()
The property- and tag-based conditions that determine which objects to include in the analysis.
public Scoping withIncludes(JobScopingBlock includes)
The property- and tag-based conditions that determine which objects to include in the analysis.
includes - The property- and tag-based conditions that determine which objects to include in the analysis.public String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.