@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeploymentFilter extends Object implements Serializable, Cloneable, StructuredPojo
A filter name and value pair that is used to return more specific results from a describe operation. Filters can be used to match a set of resources by specific criteria.
| Constructor and Description |
|---|
DeploymentFilter() |
| Modifier and Type | Method and Description |
|---|---|
DeploymentFilter |
clone() |
boolean |
equals(Object obj) |
String |
getName()
The name of the filter.
|
List<String> |
getValues()
The filter values.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setName(String name)
The name of the filter.
|
void |
setValues(Collection<String> values)
The filter values.
|
String |
toString()
Returns a string representation of this object.
|
DeploymentFilter |
withName(DeploymentFilterKey name)
The name of the filter.
|
DeploymentFilter |
withName(String name)
The name of the filter.
|
DeploymentFilter |
withValues(Collection<String> values)
The filter values.
|
DeploymentFilter |
withValues(String... values)
The filter values.
|
public void setName(String name)
The name of the filter. Filter names are case-sensitive.
name - The name of the filter. Filter names are case-sensitive.DeploymentFilterKeypublic String getName()
The name of the filter. Filter names are case-sensitive.
DeploymentFilterKeypublic DeploymentFilter withName(String name)
The name of the filter. Filter names are case-sensitive.
name - The name of the filter. Filter names are case-sensitive.DeploymentFilterKeypublic DeploymentFilter withName(DeploymentFilterKey name)
The name of the filter. Filter names are case-sensitive.
name - The name of the filter. Filter names are case-sensitive.DeploymentFilterKeypublic List<String> getValues()
The filter values. Filter values are case-sensitive. If you specify multiple values for a filter, the values are
joined with an OR, and the request returns all results that match any of the specified values.
OR, and the request returns all results that match any of the
specified values.public void setValues(Collection<String> values)
The filter values. Filter values are case-sensitive. If you specify multiple values for a filter, the values are
joined with an OR, and the request returns all results that match any of the specified values.
values - The filter values. Filter values are case-sensitive. If you specify multiple values for a filter, the
values are joined with an OR, and the request returns all results that match any of the
specified values.public DeploymentFilter withValues(String... values)
The filter values. Filter values are case-sensitive. If you specify multiple values for a filter, the values are
joined with an OR, and the request returns all results that match any of the specified values.
NOTE: This method appends the values to the existing list (if any). Use
setValues(java.util.Collection) or withValues(java.util.Collection) if you want to override the
existing values.
values - The filter values. Filter values are case-sensitive. If you specify multiple values for a filter, the
values are joined with an OR, and the request returns all results that match any of the
specified values.public DeploymentFilter withValues(Collection<String> values)
The filter values. Filter values are case-sensitive. If you specify multiple values for a filter, the values are
joined with an OR, and the request returns all results that match any of the specified values.
values - The filter values. Filter values are case-sensitive. If you specify multiple values for a filter, the
values are joined with an OR, and the request returns all results that match any of the
specified values.public String toString()
toString in class ObjectObject.toString()public DeploymentFilter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2025. All rights reserved.