@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteDashboardResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DeleteDashboardResult() |
Modifier and Type | Method and Description |
---|---|
DeleteDashboardResult |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Secure Socket Layer (SSL) properties that apply for the resource.
|
String |
getDashboardId()
The ID of the dashboard.
|
String |
getRequestId()
The AWS request ID for this operation.
|
Integer |
getStatus()
The HTTP status of the request.
|
int |
hashCode() |
void |
setArn(String arn)
The Secure Socket Layer (SSL) properties that apply for the resource.
|
void |
setDashboardId(String dashboardId)
The ID of the dashboard.
|
void |
setRequestId(String requestId)
The AWS request ID for this operation.
|
void |
setStatus(Integer status)
The HTTP status of the request.
|
String |
toString()
Returns a string representation of this object.
|
DeleteDashboardResult |
withArn(String arn)
The Secure Socket Layer (SSL) properties that apply for the resource.
|
DeleteDashboardResult |
withDashboardId(String dashboardId)
The ID of the dashboard.
|
DeleteDashboardResult |
withRequestId(String requestId)
The AWS request ID for this operation.
|
DeleteDashboardResult |
withStatus(Integer status)
The HTTP status of the request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
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 DeleteDashboardResult withStatus(Integer status)
The HTTP status of the request.
status
- The HTTP status of the request.public void setArn(String arn)
The Secure Socket Layer (SSL) properties that apply for the resource.
arn
- The Secure Socket Layer (SSL) properties that apply for the resource.public String getArn()
The Secure Socket Layer (SSL) properties that apply for the resource.
public DeleteDashboardResult withArn(String arn)
The Secure Socket Layer (SSL) properties that apply for the resource.
arn
- The Secure Socket Layer (SSL) properties that apply for the resource.public void setDashboardId(String dashboardId)
The ID of the dashboard.
dashboardId
- The ID of the dashboard.public String getDashboardId()
The ID of the dashboard.
public DeleteDashboardResult withDashboardId(String dashboardId)
The ID of the dashboard.
dashboardId
- The ID of the dashboard.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 DeleteDashboardResult 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 DeleteDashboardResult clone()