@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 Amazon QuickSight dashboards.
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) |
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, Amazon QuickSight dashboards.
dashboard
- The type of embedding experience. In this case, Amazon QuickSight dashboards.public AnonymousUserDashboardEmbeddingConfiguration getDashboard()
The type of embedding experience. In this case, Amazon QuickSight dashboards.
public AnonymousUserEmbeddingExperienceConfiguration withDashboard(AnonymousUserDashboardEmbeddingConfiguration dashboard)
The type of embedding experience. In this case, Amazon QuickSight dashboards.
dashboard
- The type of embedding experience. In this case, Amazon QuickSight dashboards.public String toString()
toString
in class Object
Object.toString()
public AnonymousUserEmbeddingExperienceConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2021. All rights reserved.