@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateDashboardPublishedVersionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateDashboardPublishedVersionResult() |
Modifier and Type | Method and Description |
---|---|
UpdateDashboardPublishedVersionResult |
clone() |
boolean |
equals(Object obj) |
String |
getDashboardArn()
The Amazon Resource Name (ARN) of the dashboard.
|
String |
getDashboardId()
The ID for the dashboard.
|
String |
getRequestId()
The Amazon Web Services request ID for this operation.
|
Integer |
getStatus()
The HTTP status of the request.
|
int |
hashCode() |
void |
setDashboardArn(String dashboardArn)
The Amazon Resource Name (ARN) of the dashboard.
|
void |
setDashboardId(String dashboardId)
The ID for the dashboard.
|
void |
setRequestId(String requestId)
The Amazon Web Services request ID for this operation.
|
void |
setStatus(Integer status)
The HTTP status of the request.
|
String |
toString()
Returns a string representation of this object.
|
UpdateDashboardPublishedVersionResult |
withDashboardArn(String dashboardArn)
The Amazon Resource Name (ARN) of the dashboard.
|
UpdateDashboardPublishedVersionResult |
withDashboardId(String dashboardId)
The ID for the dashboard.
|
UpdateDashboardPublishedVersionResult |
withRequestId(String requestId)
The Amazon Web Services request ID for this operation.
|
UpdateDashboardPublishedVersionResult |
withStatus(Integer status)
The HTTP status of the request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public UpdateDashboardPublishedVersionResult()
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 UpdateDashboardPublishedVersionResult withDashboardId(String dashboardId)
The ID for the dashboard.
dashboardId
- The ID for the dashboard.public void setDashboardArn(String dashboardArn)
The Amazon Resource Name (ARN) of the dashboard.
dashboardArn
- The Amazon Resource Name (ARN) of the dashboard.public String getDashboardArn()
The Amazon Resource Name (ARN) of the dashboard.
public UpdateDashboardPublishedVersionResult withDashboardArn(String dashboardArn)
The Amazon Resource Name (ARN) of the dashboard.
dashboardArn
- The Amazon Resource Name (ARN) of the dashboard.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 UpdateDashboardPublishedVersionResult withStatus(Integer status)
The HTTP status of the request.
status
- The HTTP status of the request.public void setRequestId(String requestId)
The Amazon Web Services request ID for this operation.
requestId
- The Amazon Web Services request ID for this operation.public String getRequestId()
The Amazon Web Services request ID for this operation.
public UpdateDashboardPublishedVersionResult withRequestId(String requestId)
The Amazon Web Services request ID for this operation.
requestId
- The Amazon Web Services request ID for this operation.public String toString()
toString
in class Object
Object.toString()
public UpdateDashboardPublishedVersionResult clone()