|
||||||||||
| 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
Filter
| Constructor Summary | |
|---|---|
Filter()
|
|
| Method Summary | |
|---|---|
String |
getName()
Returns the value of the Name property for this object. |
List<String> |
getValues()
Returns the value of the Values property for this object. |
void |
setName(String name)
Sets the value of the Name property for this object. |
void |
setValues(Collection<String> values)
Sets the value of the Values property for this object. |
Filter |
withName(String name)
Sets the value of the Name property for this object. |
Filter |
withValues(Collection<String> values)
Sets the value of the Values property for this object. |
Filter |
withValues(String... values)
Sets the value of the Values property for this object. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Filter()
| Method Detail |
|---|
public String getName()
public void setName(String name)
name - The new value for the Name property for this object.public Filter withName(String name)
Returns a reference to this object so that method calls can be chained together.
name - The new value for the Name property for this object.
public List<String> getValues()
public void setValues(Collection<String> values)
values - The new value for the Values property for this object.public Filter withValues(String... values)
Returns a reference to this object so that method calls can be chained together.
values - The new value for the Values property for this object.
public Filter withValues(Collection<String> values)
Returns a reference to this object so that method calls can be chained together.
values - The new value for the Values property for this object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||