@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Scoping extends Object implements Serializable, Cloneable, StructuredPojo
An object that specifies conditions for including or excluding objects from the job.
| Constructor and Description |
|---|
Scoping() |
| Modifier and Type | Method and Description |
|---|---|
Scoping |
clone() |
boolean |
equals(Object obj) |
JobScopingBlock |
getExcludes()
Reserved for future use.
|
JobScopingBlock |
getIncludes()
Reserved for future use.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setExcludes(JobScopingBlock excludes)
Reserved for future use.
|
void |
setIncludes(JobScopingBlock includes)
Reserved for future use.
|
String |
toString()
Returns a string representation of this object.
|
Scoping |
withExcludes(JobScopingBlock excludes)
Reserved for future use.
|
Scoping |
withIncludes(JobScopingBlock includes)
Reserved for future use.
|
public void setExcludes(JobScopingBlock excludes)
Reserved for future use.
excludes - Reserved for future use.public JobScopingBlock getExcludes()
Reserved for future use.
public Scoping withExcludes(JobScopingBlock excludes)
Reserved for future use.
excludes - Reserved for future use.public void setIncludes(JobScopingBlock includes)
Reserved for future use.
includes - Reserved for future use.public JobScopingBlock getIncludes()
Reserved for future use.
public Scoping withIncludes(JobScopingBlock includes)
Reserved for future use.
includes - Reserved for future use.public String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2020. All rights reserved.