@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)
Marshalls this structured data using the given
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 Object
Object.toString()
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.