@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CommonControlFilter extends Object implements Serializable, Cloneable, StructuredPojo
An optional filter that narrows the results to a specific objective.
| Constructor and Description |
|---|
CommonControlFilter() |
| Modifier and Type | Method and Description |
|---|---|
CommonControlFilter |
clone() |
boolean |
equals(Object obj) |
List<ObjectiveResourceFilter> |
getObjectives()
The objective that's used as filter criteria.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setObjectives(Collection<ObjectiveResourceFilter> objectives)
The objective that's used as filter criteria.
|
String |
toString()
Returns a string representation of this object.
|
CommonControlFilter |
withObjectives(Collection<ObjectiveResourceFilter> objectives)
The objective that's used as filter criteria.
|
CommonControlFilter |
withObjectives(ObjectiveResourceFilter... objectives)
The objective that's used as filter criteria.
|
public List<ObjectiveResourceFilter> getObjectives()
The objective that's used as filter criteria.
You can use this parameter to specify one objective ARN at a time. Passing multiple ARNs in the
CommonControlFilter isn’t currently supported.
You can use this parameter to specify one objective ARN at a time. Passing multiple ARNs in the
CommonControlFilter isn’t currently supported.
public void setObjectives(Collection<ObjectiveResourceFilter> objectives)
The objective that's used as filter criteria.
You can use this parameter to specify one objective ARN at a time. Passing multiple ARNs in the
CommonControlFilter isn’t currently supported.
objectives - The objective that's used as filter criteria.
You can use this parameter to specify one objective ARN at a time. Passing multiple ARNs in the
CommonControlFilter isn’t currently supported.
public CommonControlFilter withObjectives(ObjectiveResourceFilter... objectives)
The objective that's used as filter criteria.
You can use this parameter to specify one objective ARN at a time. Passing multiple ARNs in the
CommonControlFilter isn’t currently supported.
NOTE: This method appends the values to the existing list (if any). Use
setObjectives(java.util.Collection) or withObjectives(java.util.Collection) if you want to
override the existing values.
objectives - The objective that's used as filter criteria.
You can use this parameter to specify one objective ARN at a time. Passing multiple ARNs in the
CommonControlFilter isn’t currently supported.
public CommonControlFilter withObjectives(Collection<ObjectiveResourceFilter> objectives)
The objective that's used as filter criteria.
You can use this parameter to specify one objective ARN at a time. Passing multiple ARNs in the
CommonControlFilter isn’t currently supported.
objectives - The objective that's used as filter criteria.
You can use this parameter to specify one objective ARN at a time. Passing multiple ARNs in the
CommonControlFilter isn’t currently supported.
public String toString()
toString in class ObjectObject.toString()public CommonControlFilter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.