|
Did this page help you?Yes No Tell us about it... |
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.cloudwatch.model.DimensionFilter
public class DimensionFilter
The DimensionFilter data type is used to filter ListMetrics results.
| Constructor Summary | |
|---|---|
DimensionFilter()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getName()
The dimension name to be matched. |
java.lang.String |
getValue()
The value of the dimension to be matched. |
int |
hashCode()
|
void |
setName(java.lang.String name)
The dimension name to be matched. |
void |
setValue(java.lang.String value)
The value of the dimension to be matched. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DimensionFilter |
withName(java.lang.String name)
The dimension name to be matched. |
DimensionFilter |
withValue(java.lang.String value)
The value of the dimension to be matched. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DimensionFilter()
| Method Detail |
|---|
public java.lang.String getName()
Constraints:
Length: 1 - 255
public void setName(java.lang.String name)
Constraints:
Length: 1 - 255
name - The dimension name to be matched.public DimensionFilter withName(java.lang.String name)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 255
name - The dimension name to be matched.
public java.lang.String getValue()
Name without specifying a Value returns all
values associated with that Name.
Constraints:
Length: 1 - 255
Name without specifying a Value returns all
values associated with that Name. public void setValue(java.lang.String value)
Name without specifying a Value returns all
values associated with that Name.
Constraints:
Length: 1 - 255
value - The value of the dimension to be matched. Name without specifying a Value returns all
values associated with that Name. public DimensionFilter withValue(java.lang.String value)
Name without specifying a Value returns all
values associated with that Name. Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 255
value - The value of the dimension to be matched. Name without specifying a Value returns all
values associated with that Name. public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||