Class DashboardVisualResult
- java.lang.Object
-
- software.amazon.awssdk.services.quicksight.model.DashboardVisualResult
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DashboardVisualResult.Builder,DashboardVisualResult>
@Generated("software.amazon.awssdk:codegen") public final class DashboardVisualResult extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DashboardVisualResult.Builder,DashboardVisualResult>
The QA result that is made from dashboard visual.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDashboardVisualResult.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DashboardVisualResult.Builderbuilder()StringdashboardId()The ID of the dashboard.StringdashboardName()The name of the dashboard.StringdashboardUrl()The URL of the dashboard.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends DashboardVisualResult.Builder>serializableBuilderClass()StringsheetId()The ID of the sheet.StringsheetName()The name of the sheet.DashboardVisualResult.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringvisualId()The ID of the visual.StringvisualSubtitle()The subtitle of the visual.StringvisualTitle()The title of the visual.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
dashboardId
public final String dashboardId()
The ID of the dashboard.
- Returns:
- The ID of the dashboard.
-
dashboardName
public final String dashboardName()
The name of the dashboard.
- Returns:
- The name of the dashboard.
-
sheetId
public final String sheetId()
The ID of the sheet.
- Returns:
- The ID of the sheet.
-
sheetName
public final String sheetName()
The name of the sheet.
- Returns:
- The name of the sheet.
-
visualId
public final String visualId()
The ID of the visual.
- Returns:
- The ID of the visual.
-
visualTitle
public final String visualTitle()
The title of the visual.
- Returns:
- The title of the visual.
-
visualSubtitle
public final String visualSubtitle()
The subtitle of the visual.
- Returns:
- The subtitle of the visual.
-
dashboardUrl
public final String dashboardUrl()
The URL of the dashboard.
- Returns:
- The URL of the dashboard.
-
toBuilder
public DashboardVisualResult.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DashboardVisualResult.Builder,DashboardVisualResult>
-
builder
public static DashboardVisualResult.Builder builder()
-
serializableBuilderClass
public static Class<? extends DashboardVisualResult.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-