@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Dimension extends Object implements Serializable, Cloneable, StructuredPojo
Internal only API.
Constructor and Description |
---|
Dimension() |
Modifier and Type | Method and Description |
---|---|
Dimension |
clone() |
boolean |
equals(Object obj) |
String |
getName()
Internal only API.
|
String |
getValue()
Internal only API.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setName(String name)
Internal only API.
|
void |
setValue(String value)
Internal only API.
|
String |
toString()
Returns a string representation of this object.
|
Dimension |
withName(String name)
Internal only API.
|
Dimension |
withValue(String value)
Internal only API.
|
public void setName(String name)
Internal only API.
name
- Internal only API.public String getName()
Internal only API.
public Dimension withName(String name)
Internal only API.
name
- Internal only API.public void setValue(String value)
Internal only API.
value
- Internal only API.public String getValue()
Internal only API.
public Dimension withValue(String value)
Internal only API.
value
- Internal only API.public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.