Packagecom.amazonaws.services.cloudwatch.model
Classpublic class DimensionFilter
InheritanceDimensionFilter Inheritance Object

Language Version : ActionScript 3.0
Product Version : Flex 4
Since : July 14. 2011
Runtime Versions : Flash Player 10.1, AIR 2.5

The DimensionFilter data type is used to filter ListMetrics results.



Public Methods
 MethodDefined By
  
Default C'tor.
DimensionFilter
  
getName():String
The dimension name to be matched.
DimensionFilter
  
getValue():String
The value of the dimension to be matched.
DimensionFilter
  
setName(name:String):void
The dimension name to be matched.
DimensionFilter
  
setValue(value:String):void
The value of the dimension to be matched.
DimensionFilter
  
toString():String
Returns a string representation of this object; useful for testing and debugging.
DimensionFilter
  
The dimension name to be matched.
DimensionFilter
  
The value of the dimension to be matched.
DimensionFilter
Constructor Detail
DimensionFilter()Constructor
public function DimensionFilter()

Default C'tor.

Method Detail
getName()method
public function getName():String

The dimension name to be matched.

Length: 1 - 255

Returns
String — The dimension name to be matched.
getValue()method 
public function getValue():String

The value of the dimension to be matched. Specifying a Name without specifying a Value returns all values associated with that Name.

Length: 1 - 255

Returns
String — The value of the dimension to be matched. Specifying a Name without specifying a Value returns all values associated with that Name.
setName()method 
public function setName(name:String):void

The dimension name to be matched.

Length: 1 - 255

Parameters

name:String — The dimension name to be matched.

setValue()method 
public function setValue(value:String):void

The value of the dimension to be matched. Specifying a Name without specifying a Value returns all values associated with that Name.

Length: 1 - 255

Parameters

value:String — The value of the dimension to be matched. Specifying a Name without specifying a Value returns all values associated with that Name.

toString()method 
public function toString():String

Returns a string representation of this object; useful for testing and debugging.

Returns
String — A string representation of this object.
withName()method 
public function withName(name:String):DimensionFilter

The dimension name to be matched. Returns a reference to this object so that method calls can be chained together.

Length: 1 - 255

Parameters

name:String — The dimension name to be matched.

Returns
DimensionFilter — A reference to this updated object so that method calls can be chained together.
withValue()method 
public function withValue(value:String):DimensionFilter

The value of the dimension to be matched. Specifying a 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.

Length: 1 - 255

Parameters

value:String — The value of the dimension to be matched. Specifying a Name without specifying a Value returns all values associated with that Name.

Returns
DimensionFilter — A reference to this updated object so that method calls can be chained together.