public class CreateDimensionResult
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
CreateDimensionResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getArn()
The Amazon Resource Name (ARN) of the created dimension.
|
java.lang.String |
getName()
A unique identifier for the dimension.
|
int |
hashCode() |
void |
setArn(java.lang.String arn)
The Amazon Resource Name (ARN) of the created dimension.
|
void |
setName(java.lang.String name)
A unique identifier for the dimension.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateDimensionResult |
withArn(java.lang.String arn)
The Amazon Resource Name (ARN) of the created dimension.
|
CreateDimensionResult |
withName(java.lang.String name)
A unique identifier for the dimension.
|
public java.lang.String getName()
A unique identifier for the dimension.
Constraints:
Length: 1 - 128
Pattern: [a-zA-Z0-9:_-]+
A unique identifier for the dimension.
public void setName(java.lang.String name)
A unique identifier for the dimension.
Constraints:
Length: 1 - 128
Pattern: [a-zA-Z0-9:_-]+
name
- A unique identifier for the dimension.
public CreateDimensionResult withName(java.lang.String name)
A unique identifier for the dimension.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 128
Pattern: [a-zA-Z0-9:_-]+
name
- A unique identifier for the dimension.
public java.lang.String getArn()
The Amazon Resource Name (ARN) of the created dimension.
The Amazon Resource Name (ARN) of the created dimension.
public void setArn(java.lang.String arn)
The Amazon Resource Name (ARN) of the created dimension.
arn
- The Amazon Resource Name (ARN) of the created dimension.
public CreateDimensionResult withArn(java.lang.String arn)
The Amazon Resource Name (ARN) of the created dimension.
Returns a reference to this object so that method calls can be chained together.
arn
- The Amazon Resource Name (ARN) of the created dimension.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.