@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class JobScopingBlock extends Object implements Serializable, Cloneable, StructuredPojo
Reserved for future use.
Constructor and Description |
---|
JobScopingBlock() |
Modifier and Type | Method and Description |
---|---|
JobScopingBlock |
clone() |
boolean |
equals(Object obj) |
List<JobScopeTerm> |
getAnd()
Reserved for future use.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAnd(Collection<JobScopeTerm> and)
Reserved for future use.
|
String |
toString()
Returns a string representation of this object.
|
JobScopingBlock |
withAnd(Collection<JobScopeTerm> and)
Reserved for future use.
|
JobScopingBlock |
withAnd(JobScopeTerm... and)
Reserved for future use.
|
public List<JobScopeTerm> getAnd()
Reserved for future use.
public void setAnd(Collection<JobScopeTerm> and)
Reserved for future use.
and
- Reserved for future use.public JobScopingBlock withAnd(JobScopeTerm... and)
Reserved for future use.
NOTE: This method appends the values to the existing list (if any). Use
setAnd(java.util.Collection)
or withAnd(java.util.Collection)
if you want to override the
existing values.
and
- Reserved for future use.public JobScopingBlock withAnd(Collection<JobScopeTerm> and)
Reserved for future use.
and
- Reserved for future use.public String toString()
toString
in class Object
Object.toString()
public JobScopingBlock 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.