@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetDimensionKeyDetailsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetDimensionKeyDetailsResult() |
Modifier and Type | Method and Description |
---|---|
GetDimensionKeyDetailsResult |
clone() |
boolean |
equals(Object obj) |
List<DimensionKeyDetail> |
getDimensions()
The details for the requested dimensions.
|
int |
hashCode() |
void |
setDimensions(Collection<DimensionKeyDetail> dimensions)
The details for the requested dimensions.
|
String |
toString()
Returns a string representation of this object.
|
GetDimensionKeyDetailsResult |
withDimensions(Collection<DimensionKeyDetail> dimensions)
The details for the requested dimensions.
|
GetDimensionKeyDetailsResult |
withDimensions(DimensionKeyDetail... dimensions)
The details for the requested dimensions.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<DimensionKeyDetail> getDimensions()
The details for the requested dimensions.
public void setDimensions(Collection<DimensionKeyDetail> dimensions)
The details for the requested dimensions.
dimensions
- The details for the requested dimensions.public GetDimensionKeyDetailsResult withDimensions(DimensionKeyDetail... dimensions)
The details for the requested dimensions.
NOTE: This method appends the values to the existing list (if any). Use
setDimensions(java.util.Collection)
or withDimensions(java.util.Collection)
if you want to
override the existing values.
dimensions
- The details for the requested dimensions.public GetDimensionKeyDetailsResult withDimensions(Collection<DimensionKeyDetail> dimensions)
The details for the requested dimensions.
dimensions
- The details for the requested dimensions.public String toString()
toString
in class Object
Object.toString()
public GetDimensionKeyDetailsResult clone()