@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) |
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 ObjectObject.toString()public JobScopingBlock clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2020. All rights reserved.