@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DimensionDetail extends Object implements Serializable, Cloneable, StructuredPojo
The information about a dimension.
Constructor and Description |
---|
DimensionDetail() |
Modifier and Type | Method and Description |
---|---|
DimensionDetail |
clone() |
boolean |
equals(Object obj) |
String |
getIdentifier()
The identifier of a dimension.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setIdentifier(String identifier)
The identifier of a dimension.
|
String |
toString()
Returns a string representation of this object.
|
DimensionDetail |
withIdentifier(String identifier)
The identifier of a dimension.
|
public void setIdentifier(String identifier)
The identifier of a dimension.
identifier
- The identifier of a dimension.public String getIdentifier()
The identifier of a dimension.
public DimensionDetail withIdentifier(String identifier)
The identifier of a dimension.
identifier
- The identifier of a dimension.public String toString()
toString
in class Object
Object.toString()
public DimensionDetail clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.