@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateDimensionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateDimensionResult() |
Modifier and Type | Method and Description |
---|---|
CreateDimensionResult |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) of the created dimension.
|
String |
getName()
A unique identifier for the dimension.
|
int |
hashCode() |
void |
setArn(String arn)
The Amazon Resource Name (ARN) of the created dimension.
|
void |
setName(String name)
A unique identifier for the dimension.
|
String |
toString()
Returns a string representation of this object.
|
CreateDimensionResult |
withArn(String arn)
The Amazon Resource Name (ARN) of the created dimension.
|
CreateDimensionResult |
withName(String name)
A unique identifier for the dimension.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setName(String name)
A unique identifier for the dimension.
name
- A unique identifier for the dimension.public String getName()
A unique identifier for the dimension.
public CreateDimensionResult withName(String name)
A unique identifier for the dimension.
name
- A unique identifier for the dimension.public void setArn(String arn)
The Amazon Resource Name (ARN) of the created dimension.
arn
- The Amazon Resource Name (ARN) of the created dimension.public String getArn()
The Amazon Resource Name (ARN) of the created dimension.
public CreateDimensionResult withArn(String arn)
The Amazon Resource Name (ARN) of the created dimension.
arn
- The Amazon Resource Name (ARN) of the created dimension.public String toString()
toString
in class Object
Object.toString()
public CreateDimensionResult clone()