|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.cloudwatch.model.Dimension
public class Dimension
Dimension
Constructor Summary | |
---|---|
Dimension()
|
Method Summary | |
---|---|
String |
getName()
Returns the value of the Name property for this object. |
String |
getValue()
Returns the value of the Value property for this object. |
void |
setName(String name)
Sets the value of the Name property for this object. |
void |
setValue(String value)
Sets the value of the Value property for this object. |
String |
toString()
|
Dimension |
withName(String name)
Sets the value of the Name property for this object. |
Dimension |
withValue(String value)
Sets the value of the Value property for this object. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Dimension()
Method Detail |
---|
public String getName()
public void setName(String name)
name
- The new value for the Name property for this object.public Dimension 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 String getValue()
public void setValue(String value)
value
- The new value for the Value property for this object.public Dimension withValue(String value)
Returns a reference to this object so that method calls can be chained together.
value
- The new value for the Value property for this object.
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |