public class ApplicationsFilter extends Object implements Serializable, Cloneable
This data type is used as the request parameter in the ListApplications action.
Constructor and Description |
---|
ApplicationsFilter() |
Modifier and Type | Method and Description |
---|---|
ApplicationsFilter |
clone() |
boolean |
equals(Object obj) |
List<String> |
getApplicationNamePatterns()
For a record to match a filter, an explicit value or a string containing
a wildcard specified for this data type property must match the value of
the applicationName property of the Application data type.
|
int |
hashCode() |
void |
setApplicationNamePatterns(Collection<String> applicationNamePatterns)
For a record to match a filter, an explicit value or a string containing
a wildcard specified for this data type property must match the value of
the applicationName property of the Application data type.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ApplicationsFilter |
withApplicationNamePatterns(Collection<String> applicationNamePatterns)
For a record to match a filter, an explicit value or a string containing
a wildcard specified for this data type property must match the value of
the applicationName property of the Application data type.
|
ApplicationsFilter |
withApplicationNamePatterns(String... applicationNamePatterns)
For a record to match a filter, an explicit value or a string containing
a wildcard specified for this data type property must match the value of
the applicationName property of the Application data type.
|
public List<String> getApplicationNamePatterns()
For a record to match a filter, an explicit value or a string containing a wildcard specified for this data type property must match the value of the applicationName property of the Application data type.
public void setApplicationNamePatterns(Collection<String> applicationNamePatterns)
For a record to match a filter, an explicit value or a string containing a wildcard specified for this data type property must match the value of the applicationName property of the Application data type.
applicationNamePatterns
- For a record to match a filter, an explicit value or a string
containing a wildcard specified for this data type property must
match the value of the applicationName property of the
Application data type.public ApplicationsFilter withApplicationNamePatterns(String... applicationNamePatterns)
For a record to match a filter, an explicit value or a string containing a wildcard specified for this data type property must match the value of the applicationName property of the Application data type.
NOTE: This method appends the values to the existing list (if
any). Use setApplicationNamePatterns(java.util.Collection)
or
withApplicationNamePatterns(java.util.Collection)
if you want to
override the existing values.
applicationNamePatterns
- For a record to match a filter, an explicit value or a string
containing a wildcard specified for this data type property must
match the value of the applicationName property of the
Application data type.public ApplicationsFilter withApplicationNamePatterns(Collection<String> applicationNamePatterns)
For a record to match a filter, an explicit value or a string containing a wildcard specified for this data type property must match the value of the applicationName property of the Application data type.
applicationNamePatterns
- For a record to match a filter, an explicit value or a string
containing a wildcard specified for this data type property must
match the value of the applicationName property of the
Application data type.public String toString()
toString
in class Object
Object.toString()
public ApplicationsFilter clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.