@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EmptyVisual extends Object implements Serializable, Cloneable, StructuredPojo
An empty visual.
Empty visuals are used in layouts but have not been configured to show any data. A new visual created in the Amazon
QuickSight console is considered an EmptyVisual
until a visual type is selected.
Constructor and Description |
---|
EmptyVisual() |
Modifier and Type | Method and Description |
---|---|
EmptyVisual |
clone() |
boolean |
equals(Object obj) |
List<VisualCustomAction> |
getActions()
The list of custom actions that are configured for a visual.
|
String |
getDataSetIdentifier()
The data set that is used in the empty visual.
|
String |
getVisualId()
The unique identifier of a visual.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setActions(Collection<VisualCustomAction> actions)
The list of custom actions that are configured for a visual.
|
void |
setDataSetIdentifier(String dataSetIdentifier)
The data set that is used in the empty visual.
|
void |
setVisualId(String visualId)
The unique identifier of a visual.
|
String |
toString()
Returns a string representation of this object.
|
EmptyVisual |
withActions(Collection<VisualCustomAction> actions)
The list of custom actions that are configured for a visual.
|
EmptyVisual |
withActions(VisualCustomAction... actions)
The list of custom actions that are configured for a visual.
|
EmptyVisual |
withDataSetIdentifier(String dataSetIdentifier)
The data set that is used in the empty visual.
|
EmptyVisual |
withVisualId(String visualId)
The unique identifier of a visual.
|
public void setVisualId(String visualId)
The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
visualId
- The unique identifier of a visual. This identifier must be unique within the context of a dashboard,
template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.public String getVisualId()
The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
public EmptyVisual withVisualId(String visualId)
The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
visualId
- The unique identifier of a visual. This identifier must be unique within the context of a dashboard,
template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.public void setDataSetIdentifier(String dataSetIdentifier)
The data set that is used in the empty visual. Every visual requires a dataset to render.
dataSetIdentifier
- The data set that is used in the empty visual. Every visual requires a dataset to render.public String getDataSetIdentifier()
The data set that is used in the empty visual. Every visual requires a dataset to render.
public EmptyVisual withDataSetIdentifier(String dataSetIdentifier)
The data set that is used in the empty visual. Every visual requires a dataset to render.
dataSetIdentifier
- The data set that is used in the empty visual. Every visual requires a dataset to render.public List<VisualCustomAction> getActions()
The list of custom actions that are configured for a visual.
public void setActions(Collection<VisualCustomAction> actions)
The list of custom actions that are configured for a visual.
actions
- The list of custom actions that are configured for a visual.public EmptyVisual withActions(VisualCustomAction... actions)
The list of custom actions that are configured for a visual.
NOTE: This method appends the values to the existing list (if any). Use
setActions(java.util.Collection)
or withActions(java.util.Collection)
if you want to override
the existing values.
actions
- The list of custom actions that are configured for a visual.public EmptyVisual withActions(Collection<VisualCustomAction> actions)
The list of custom actions that are configured for a visual.
actions
- The list of custom actions that are configured for a visual.public String toString()
toString
in class Object
Object.toString()
public EmptyVisual clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.