@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeDashboardDefinitionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeDashboardDefinitionResult() |
Modifier and Type | Method and Description |
---|---|
DescribeDashboardDefinitionResult |
clone() |
boolean |
equals(Object obj) |
String |
getDashboardId()
The ID of the dashboard described.
|
DashboardPublishOptions |
getDashboardPublishOptions()
Options for publishing the dashboard:
|
DashboardVersionDefinition |
getDefinition()
The definition of a dashboard.
|
List<DashboardError> |
getErrors()
Errors associated with this dashboard version.
|
String |
getName()
The display name of the dashboard.
|
String |
getRequestId()
The Amazon Web Services request ID for this operation.
|
String |
getResourceStatus()
Status associated with the dashboard version.
|
Integer |
getStatus()
The HTTP status of the request.
|
String |
getThemeArn()
The ARN of the theme of the dashboard.
|
int |
hashCode() |
void |
setDashboardId(String dashboardId)
The ID of the dashboard described.
|
void |
setDashboardPublishOptions(DashboardPublishOptions dashboardPublishOptions)
Options for publishing the dashboard:
|
void |
setDefinition(DashboardVersionDefinition definition)
The definition of a dashboard.
|
void |
setErrors(Collection<DashboardError> errors)
Errors associated with this dashboard version.
|
void |
setName(String name)
The display name of the dashboard.
|
void |
setRequestId(String requestId)
The Amazon Web Services request ID for this operation.
|
void |
setResourceStatus(String resourceStatus)
Status associated with the dashboard version.
|
void |
setStatus(Integer status)
The HTTP status of the request.
|
void |
setThemeArn(String themeArn)
The ARN of the theme of the dashboard.
|
String |
toString()
Returns a string representation of this object.
|
DescribeDashboardDefinitionResult |
withDashboardId(String dashboardId)
The ID of the dashboard described.
|
DescribeDashboardDefinitionResult |
withDashboardPublishOptions(DashboardPublishOptions dashboardPublishOptions)
Options for publishing the dashboard:
|
DescribeDashboardDefinitionResult |
withDefinition(DashboardVersionDefinition definition)
The definition of a dashboard.
|
DescribeDashboardDefinitionResult |
withErrors(Collection<DashboardError> errors)
Errors associated with this dashboard version.
|
DescribeDashboardDefinitionResult |
withErrors(DashboardError... errors)
Errors associated with this dashboard version.
|
DescribeDashboardDefinitionResult |
withName(String name)
The display name of the dashboard.
|
DescribeDashboardDefinitionResult |
withRequestId(String requestId)
The Amazon Web Services request ID for this operation.
|
DescribeDashboardDefinitionResult |
withResourceStatus(ResourceStatus resourceStatus)
Status associated with the dashboard version.
|
DescribeDashboardDefinitionResult |
withResourceStatus(String resourceStatus)
Status associated with the dashboard version.
|
DescribeDashboardDefinitionResult |
withStatus(Integer status)
The HTTP status of the request.
|
DescribeDashboardDefinitionResult |
withThemeArn(String themeArn)
The ARN of the theme of the dashboard.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setDashboardId(String dashboardId)
The ID of the dashboard described.
dashboardId
- The ID of the dashboard described.public String getDashboardId()
The ID of the dashboard described.
public DescribeDashboardDefinitionResult withDashboardId(String dashboardId)
The ID of the dashboard described.
dashboardId
- The ID of the dashboard described.public List<DashboardError> getErrors()
Errors associated with this dashboard version.
public void setErrors(Collection<DashboardError> errors)
Errors associated with this dashboard version.
errors
- Errors associated with this dashboard version.public DescribeDashboardDefinitionResult withErrors(DashboardError... errors)
Errors associated with this dashboard version.
NOTE: This method appends the values to the existing list (if any). Use
setErrors(java.util.Collection)
or withErrors(java.util.Collection)
if you want to override the
existing values.
errors
- Errors associated with this dashboard version.public DescribeDashboardDefinitionResult withErrors(Collection<DashboardError> errors)
Errors associated with this dashboard version.
errors
- Errors associated with this dashboard version.public void setName(String name)
The display name of the dashboard.
name
- The display name of the dashboard.public String getName()
The display name of the dashboard.
public DescribeDashboardDefinitionResult withName(String name)
The display name of the dashboard.
name
- The display name of the dashboard.public void setResourceStatus(String resourceStatus)
Status associated with the dashboard version.
CREATION_IN_PROGRESS
CREATION_SUCCESSFUL
CREATION_FAILED
UPDATE_IN_PROGRESS
UPDATE_SUCCESSFUL
UPDATE_FAILED
DELETED
resourceStatus
- Status associated with the dashboard version.
CREATION_IN_PROGRESS
CREATION_SUCCESSFUL
CREATION_FAILED
UPDATE_IN_PROGRESS
UPDATE_SUCCESSFUL
UPDATE_FAILED
DELETED
ResourceStatus
public String getResourceStatus()
Status associated with the dashboard version.
CREATION_IN_PROGRESS
CREATION_SUCCESSFUL
CREATION_FAILED
UPDATE_IN_PROGRESS
UPDATE_SUCCESSFUL
UPDATE_FAILED
DELETED
CREATION_IN_PROGRESS
CREATION_SUCCESSFUL
CREATION_FAILED
UPDATE_IN_PROGRESS
UPDATE_SUCCESSFUL
UPDATE_FAILED
DELETED
ResourceStatus
public DescribeDashboardDefinitionResult withResourceStatus(String resourceStatus)
Status associated with the dashboard version.
CREATION_IN_PROGRESS
CREATION_SUCCESSFUL
CREATION_FAILED
UPDATE_IN_PROGRESS
UPDATE_SUCCESSFUL
UPDATE_FAILED
DELETED
resourceStatus
- Status associated with the dashboard version.
CREATION_IN_PROGRESS
CREATION_SUCCESSFUL
CREATION_FAILED
UPDATE_IN_PROGRESS
UPDATE_SUCCESSFUL
UPDATE_FAILED
DELETED
ResourceStatus
public DescribeDashboardDefinitionResult withResourceStatus(ResourceStatus resourceStatus)
Status associated with the dashboard version.
CREATION_IN_PROGRESS
CREATION_SUCCESSFUL
CREATION_FAILED
UPDATE_IN_PROGRESS
UPDATE_SUCCESSFUL
UPDATE_FAILED
DELETED
resourceStatus
- Status associated with the dashboard version.
CREATION_IN_PROGRESS
CREATION_SUCCESSFUL
CREATION_FAILED
UPDATE_IN_PROGRESS
UPDATE_SUCCESSFUL
UPDATE_FAILED
DELETED
ResourceStatus
public void setThemeArn(String themeArn)
The ARN of the theme of the dashboard.
themeArn
- The ARN of the theme of the dashboard.public String getThemeArn()
The ARN of the theme of the dashboard.
public DescribeDashboardDefinitionResult withThemeArn(String themeArn)
The ARN of the theme of the dashboard.
themeArn
- The ARN of the theme of the dashboard.public void setDefinition(DashboardVersionDefinition definition)
The definition of a dashboard.
A definition is the data model of all features in a Dashboard, Template, or Analysis.
definition
- The definition of a dashboard.
A definition is the data model of all features in a Dashboard, Template, or Analysis.
public DashboardVersionDefinition getDefinition()
The definition of a dashboard.
A definition is the data model of all features in a Dashboard, Template, or Analysis.
A definition is the data model of all features in a Dashboard, Template, or Analysis.
public DescribeDashboardDefinitionResult withDefinition(DashboardVersionDefinition definition)
The definition of a dashboard.
A definition is the data model of all features in a Dashboard, Template, or Analysis.
definition
- The definition of a dashboard.
A definition is the data model of all features in a Dashboard, Template, or Analysis.
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 DescribeDashboardDefinitionResult 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 DescribeDashboardDefinitionResult withRequestId(String requestId)
The Amazon Web Services request ID for this operation.
requestId
- The Amazon Web Services request ID for this operation.public void setDashboardPublishOptions(DashboardPublishOptions dashboardPublishOptions)
Options for publishing the dashboard:
AvailabilityStatus
for AdHocFilteringOption
- This status can be either
ENABLED
or DISABLED
. When this is set to DISABLED
, Amazon QuickSight
disables the left filter pane on the published dashboard, which can be used for ad hoc (one-time) filtering. This
option is ENABLED
by default.
AvailabilityStatus
for ExportToCSVOption
- This status can be either
ENABLED
or DISABLED
. The visual option to export data to .CSV format isn't enabled when
this is set to DISABLED
. This option is ENABLED
by default.
VisibilityState
for SheetControlsOption
- This visibility state can be either
COLLAPSED
or EXPANDED
. This option is COLLAPSED
by default.
dashboardPublishOptions
- Options for publishing the dashboard:
AvailabilityStatus
for AdHocFilteringOption
- This status can be either
ENABLED
or DISABLED
. When this is set to DISABLED
, Amazon
QuickSight disables the left filter pane on the published dashboard, which can be used for ad hoc
(one-time) filtering. This option is ENABLED
by default.
AvailabilityStatus
for ExportToCSVOption
- This status can be either
ENABLED
or DISABLED
. The visual option to export data to .CSV format isn't
enabled when this is set to DISABLED
. This option is ENABLED
by default.
VisibilityState
for SheetControlsOption
- This visibility state can be either
COLLAPSED
or EXPANDED
. This option is COLLAPSED
by default.
public DashboardPublishOptions getDashboardPublishOptions()
Options for publishing the dashboard:
AvailabilityStatus
for AdHocFilteringOption
- This status can be either
ENABLED
or DISABLED
. When this is set to DISABLED
, Amazon QuickSight
disables the left filter pane on the published dashboard, which can be used for ad hoc (one-time) filtering. This
option is ENABLED
by default.
AvailabilityStatus
for ExportToCSVOption
- This status can be either
ENABLED
or DISABLED
. The visual option to export data to .CSV format isn't enabled when
this is set to DISABLED
. This option is ENABLED
by default.
VisibilityState
for SheetControlsOption
- This visibility state can be either
COLLAPSED
or EXPANDED
. This option is COLLAPSED
by default.
AvailabilityStatus
for AdHocFilteringOption
- This status can be either
ENABLED
or DISABLED
. When this is set to DISABLED
, Amazon
QuickSight disables the left filter pane on the published dashboard, which can be used for ad hoc
(one-time) filtering. This option is ENABLED
by default.
AvailabilityStatus
for ExportToCSVOption
- This status can be either
ENABLED
or DISABLED
. The visual option to export data to .CSV format isn't
enabled when this is set to DISABLED
. This option is ENABLED
by default.
VisibilityState
for SheetControlsOption
- This visibility state can be either
COLLAPSED
or EXPANDED
. This option is COLLAPSED
by default.
public DescribeDashboardDefinitionResult withDashboardPublishOptions(DashboardPublishOptions dashboardPublishOptions)
Options for publishing the dashboard:
AvailabilityStatus
for AdHocFilteringOption
- This status can be either
ENABLED
or DISABLED
. When this is set to DISABLED
, Amazon QuickSight
disables the left filter pane on the published dashboard, which can be used for ad hoc (one-time) filtering. This
option is ENABLED
by default.
AvailabilityStatus
for ExportToCSVOption
- This status can be either
ENABLED
or DISABLED
. The visual option to export data to .CSV format isn't enabled when
this is set to DISABLED
. This option is ENABLED
by default.
VisibilityState
for SheetControlsOption
- This visibility state can be either
COLLAPSED
or EXPANDED
. This option is COLLAPSED
by default.
dashboardPublishOptions
- Options for publishing the dashboard:
AvailabilityStatus
for AdHocFilteringOption
- This status can be either
ENABLED
or DISABLED
. When this is set to DISABLED
, Amazon
QuickSight disables the left filter pane on the published dashboard, which can be used for ad hoc
(one-time) filtering. This option is ENABLED
by default.
AvailabilityStatus
for ExportToCSVOption
- This status can be either
ENABLED
or DISABLED
. The visual option to export data to .CSV format isn't
enabled when this is set to DISABLED
. This option is ENABLED
by default.
VisibilityState
for SheetControlsOption
- This visibility state can be either
COLLAPSED
or EXPANDED
. This option is COLLAPSED
by default.
public String toString()
toString
in class Object
Object.toString()
public DescribeDashboardDefinitionResult clone()