|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.autoscaling.model.Dimension
public class Dimension
The Dimension data type.
Constructor Summary | |
---|---|
Dimension()
|
Method Summary | |
---|---|
String |
getName()
Specifies the name of the Dimension. |
String |
getValue()
Specifies the value of the Dimension. |
void |
setName(String name)
Specifies the name of the Dimension. |
void |
setValue(String value)
Specifies the value of the Dimension. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
Dimension |
withName(String name)
Specifies the name of the Dimension. |
Dimension |
withValue(String value)
Specifies the value of the Dimension. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Dimension()
Method Detail |
---|
public String getName()
Constraints:
Length: 1 - 255
Pattern: [ -??-??-?\r\n\t]*
public void setName(String name)
Constraints:
Length: 1 - 255
Pattern: [ -??-??-?\r\n\t]*
name
- Specifies the name of the Dimension.public Dimension withName(String name)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 255
Pattern: [ -??-??-?\r\n\t]*
name
- Specifies the name of the Dimension.
public String getValue()
Constraints:
Length: 1 - 255
Pattern: [ -??-??-?\r\n\t]*
public void setValue(String value)
Constraints:
Length: 1 - 255
Pattern: [ -??-??-?\r\n\t]*
value
- Specifies the value of the Dimension.public Dimension withValue(String value)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 255
Pattern: [ -??-??-?\r\n\t]*
value
- Specifies the value of the Dimension.
public String toString()
toString
in class Object
Object.toString()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |