|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.autoscaling.model.Filter
public class Filter
The Filter data type.
| Constructor Summary | |
|---|---|
Filter()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getName()
The name of the filter. |
List<String> |
getValues()
The value of the filter. |
int |
hashCode()
|
void |
setName(String name)
The name of the filter. |
void |
setValues(Collection<String> values)
The value of the filter. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
Filter |
withName(String name)
The name of the filter. |
Filter |
withValues(Collection<String> values)
The value of the filter. |
Filter |
withValues(String... values)
The value of the filter. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Filter()
| Method Detail |
|---|
public String getName()
"auto-scaling-group", "key",
"value", and "propagate-at-launch".
Constraints:
Pattern: [ --�𐀀-\r\n\t]*
"auto-scaling-group", "key",
"value", and "propagate-at-launch".public void setName(String name)
"auto-scaling-group", "key",
"value", and "propagate-at-launch".
Constraints:
Pattern: [ --�𐀀-\r\n\t]*
name - The name of the filter. Valid Name values are:
"auto-scaling-group", "key",
"value", and "propagate-at-launch".public Filter withName(String name)
"auto-scaling-group", "key",
"value", and "propagate-at-launch".
Returns a reference to this object so that method calls can be chained together.
Constraints:
Pattern: [ --�𐀀-\r\n\t]*
name - The name of the filter. Valid Name values are:
"auto-scaling-group", "key",
"value", and "propagate-at-launch".
public List<String> getValues()
public void setValues(Collection<String> values)
values - The value of the filter.public Filter withValues(String... values)
Returns a reference to this object so that method calls can be chained together.
values - The value of the filter.
public Filter withValues(Collection<String> values)
Returns a reference to this object so that method calls can be chained together.
values - The value of the filter.
public String toString()
toString in class ObjectObject.toString()public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||