@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AnonymousUserEmbeddingExperienceConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The type of experience you want to embed. For anonymous users, you can embed an Amazon QuickSight dashboard.
Constructor and Description |
---|
AnonymousUserEmbeddingExperienceConfiguration() |
Modifier and Type | Method and Description |
---|---|
AnonymousUserEmbeddingExperienceConfiguration |
clone() |
boolean |
equals(Object obj) |
AnonymousUserDashboardEmbeddingConfiguration |
getDashboard()
The type of embedding experience.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDashboard(AnonymousUserDashboardEmbeddingConfiguration dashboard)
The type of embedding experience.
|
String |
toString()
Returns a string representation of this object.
|
AnonymousUserEmbeddingExperienceConfiguration |
withDashboard(AnonymousUserDashboardEmbeddingConfiguration dashboard)
The type of embedding experience.
|
public AnonymousUserEmbeddingExperienceConfiguration()
public void setDashboard(AnonymousUserDashboardEmbeddingConfiguration dashboard)
The type of embedding experience. In this case, an Amazon QuickSight dashboard.
dashboard
- The type of embedding experience. In this case, an Amazon QuickSight dashboard.public AnonymousUserDashboardEmbeddingConfiguration getDashboard()
The type of embedding experience. In this case, an Amazon QuickSight dashboard.
public AnonymousUserEmbeddingExperienceConfiguration withDashboard(AnonymousUserDashboardEmbeddingConfiguration dashboard)
The type of embedding experience. In this case, an Amazon QuickSight dashboard.
dashboard
- The type of embedding experience. In this case, an Amazon QuickSight dashboard.public String toString()
toString
in class Object
Object.toString()
public AnonymousUserEmbeddingExperienceConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.