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