|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.amazonaws.services.ec2.model.Filter
public class Filter
The Filter data type.
| Constructor Summary | |
|---|---|
Filter()
|
|
| Method Summary | |
|---|---|
String |
getName()
Specifies the name of the filter. |
List<String> |
getValues()
Contains one or more values for the filter. |
void |
setName(String name)
Specifies the name of the filter. |
void |
setValues(Collection<String> values)
Contains one or more values for the filter. |
String |
toString()
|
Filter |
withName(String name)
Specifies the name of the filter. |
Filter |
withValues(Collection<String> values)
Contains one or more values for the filter. |
Filter |
withValues(String... values)
Contains one or more values for the filter. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Filter()
| Method Detail |
|---|
public String getName()
public void setName(String name)
name - Specifies the name of the filter.public Filter withName(String name)
Returns a reference to this object so that method calls can be chained together.
name - Specifies the name of the filter.
public List<String> getValues()
public void setValues(Collection<String> values)
values - Contains one or more values for the filter.public Filter withValues(String... values)
Returns a reference to this object so that method calls can be chained together.
values - Contains one or more values for the filter.
public Filter withValues(Collection<String> values)
Returns a reference to this object so that method calls can be chained together.
values - Contains one or more values for the filter.
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||