@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateDashboardResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateDashboardResult() |
Modifier and Type | Method and Description |
---|---|
CreateDashboardResult |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The ARN of the dashboard.
|
String |
getCreationStatus()
The status of the dashboard creation request.
|
String |
getDashboardId()
The ID for the dashboard.
|
String |
getRequestId()
The AWS request ID for this operation.
|
Integer |
getStatus()
The HTTP status of the request.
|
String |
getVersionArn()
The ARN of the dashboard, including the version number of the first version that is created.
|
int |
hashCode() |
void |
setArn(String arn)
The ARN of the dashboard.
|
void |
setCreationStatus(String creationStatus)
The status of the dashboard creation request.
|
void |
setDashboardId(String dashboardId)
The ID for the dashboard.
|
void |
setRequestId(String requestId)
The AWS request ID for this operation.
|
void |
setStatus(Integer status)
The HTTP status of the request.
|
void |
setVersionArn(String versionArn)
The ARN of the dashboard, including the version number of the first version that is created.
|
String |
toString()
Returns a string representation of this object.
|
CreateDashboardResult |
withArn(String arn)
The ARN of the dashboard.
|
CreateDashboardResult |
withCreationStatus(ResourceStatus creationStatus)
The status of the dashboard creation request.
|
CreateDashboardResult |
withCreationStatus(String creationStatus)
The status of the dashboard creation request.
|
CreateDashboardResult |
withDashboardId(String dashboardId)
The ID for the dashboard.
|
CreateDashboardResult |
withRequestId(String requestId)
The AWS request ID for this operation.
|
CreateDashboardResult |
withStatus(Integer status)
The HTTP status of the request.
|
CreateDashboardResult |
withVersionArn(String versionArn)
The ARN of the dashboard, including the version number of the first version that is created.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setArn(String arn)
The ARN of the dashboard.
arn
- The ARN of the dashboard.public String getArn()
The ARN of the dashboard.
public CreateDashboardResult withArn(String arn)
The ARN of the dashboard.
arn
- The ARN of the dashboard.public void setVersionArn(String versionArn)
The ARN of the dashboard, including the version number of the first version that is created.
versionArn
- The ARN of the dashboard, including the version number of the first version that is created.public String getVersionArn()
The ARN of the dashboard, including the version number of the first version that is created.
public CreateDashboardResult withVersionArn(String versionArn)
The ARN of the dashboard, including the version number of the first version that is created.
versionArn
- The ARN of the dashboard, including the version number of the first version that is created.public void setDashboardId(String dashboardId)
The ID for the dashboard.
dashboardId
- The ID for the dashboard.public String getDashboardId()
The ID for the dashboard.
public CreateDashboardResult withDashboardId(String dashboardId)
The ID for the dashboard.
dashboardId
- The ID for the dashboard.public void setCreationStatus(String creationStatus)
The status of the dashboard creation request.
creationStatus
- The status of the dashboard creation request.ResourceStatus
public String getCreationStatus()
The status of the dashboard creation request.
ResourceStatus
public CreateDashboardResult withCreationStatus(String creationStatus)
The status of the dashboard creation request.
creationStatus
- The status of the dashboard creation request.ResourceStatus
public CreateDashboardResult withCreationStatus(ResourceStatus creationStatus)
The status of the dashboard creation request.
creationStatus
- The status of the dashboard creation request.ResourceStatus
public void setStatus(Integer status)
The HTTP status of the request.
status
- The HTTP status of the request.public Integer getStatus()
The HTTP status of the request.
public CreateDashboardResult withStatus(Integer status)
The HTTP status of the request.
status
- The HTTP status of the request.public void setRequestId(String requestId)
The AWS request ID for this operation.
requestId
- The AWS request ID for this operation.public String getRequestId()
The AWS request ID for this operation.
public CreateDashboardResult withRequestId(String requestId)
The AWS request ID for this operation.
requestId
- The AWS request ID for this operation.public String toString()
toString
in class Object
Object.toString()
public CreateDashboardResult clone()