public class Filter
extends java.lang.Object
implements java.io.Serializable
The Filter data type.
| コンストラクタと説明 |
|---|
Filter() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getName()
The name of the filter.
|
java.util.List<java.lang.String> |
getValues()
The value of the filter.
|
int |
hashCode() |
void |
setName(java.lang.String name)
The name of the filter.
|
void |
setValues(java.util.Collection<java.lang.String> values)
The value of the filter.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
Filter |
withName(java.lang.String name)
The name of the filter.
|
Filter |
withValues(java.util.Collection<java.lang.String> values)
The value of the filter.
|
Filter |
withValues(java.lang.String... values)
The value of the filter.
|
public java.lang.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(java.lang.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(java.lang.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 java.util.List<java.lang.String> getValues()
public void setValues(java.util.Collection<java.lang.String> values)
values - The value of the filter.public Filter withValues(java.lang.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(java.util.Collection<java.lang.String> values)
Returns a reference to this object so that method calls can be chained together.
values - The value of the filter.public java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object