@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AnonymousUserQSearchBarEmbeddingConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The settings that you want to use with the Q search bar.
| Constructor and Description |
|---|
AnonymousUserQSearchBarEmbeddingConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
AnonymousUserQSearchBarEmbeddingConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getInitialTopicId()
The Amazon QuickSight Q topic ID of the legacy topic that you want the anonymous user to see first.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setInitialTopicId(String initialTopicId)
The Amazon QuickSight Q topic ID of the legacy topic that you want the anonymous user to see first.
|
String |
toString()
Returns a string representation of this object.
|
AnonymousUserQSearchBarEmbeddingConfiguration |
withInitialTopicId(String initialTopicId)
The Amazon QuickSight Q topic ID of the legacy topic that you want the anonymous user to see first.
|
public AnonymousUserQSearchBarEmbeddingConfiguration()
public void setInitialTopicId(String initialTopicId)
The Amazon QuickSight Q topic ID of the legacy topic that you want the anonymous user to see first. This ID is included in the output URL. When the URL in response is accessed, Amazon QuickSight renders the Q search bar with this legacy topic pre-selected.
The Amazon Resource Name (ARN) of this Q legacy topic must be included in the AuthorizedResourceArns
parameter. Otherwise, the request fails with an InvalidParameterValueException error.
initialTopicId - The Amazon QuickSight Q topic ID of the legacy topic that you want the anonymous user to see first. This
ID is included in the output URL. When the URL in response is accessed, Amazon QuickSight renders the Q
search bar with this legacy topic pre-selected.
The Amazon Resource Name (ARN) of this Q legacy topic must be included in the
AuthorizedResourceArns parameter. Otherwise, the request fails with an
InvalidParameterValueException error.
public String getInitialTopicId()
The Amazon QuickSight Q topic ID of the legacy topic that you want the anonymous user to see first. This ID is included in the output URL. When the URL in response is accessed, Amazon QuickSight renders the Q search bar with this legacy topic pre-selected.
The Amazon Resource Name (ARN) of this Q legacy topic must be included in the AuthorizedResourceArns
parameter. Otherwise, the request fails with an InvalidParameterValueException error.
The Amazon Resource Name (ARN) of this Q legacy topic must be included in the
AuthorizedResourceArns parameter. Otherwise, the request fails with an
InvalidParameterValueException error.
public AnonymousUserQSearchBarEmbeddingConfiguration withInitialTopicId(String initialTopicId)
The Amazon QuickSight Q topic ID of the legacy topic that you want the anonymous user to see first. This ID is included in the output URL. When the URL in response is accessed, Amazon QuickSight renders the Q search bar with this legacy topic pre-selected.
The Amazon Resource Name (ARN) of this Q legacy topic must be included in the AuthorizedResourceArns
parameter. Otherwise, the request fails with an InvalidParameterValueException error.
initialTopicId - The Amazon QuickSight Q topic ID of the legacy topic that you want the anonymous user to see first. This
ID is included in the output URL. When the URL in response is accessed, Amazon QuickSight renders the Q
search bar with this legacy topic pre-selected.
The Amazon Resource Name (ARN) of this Q legacy topic must be included in the
AuthorizedResourceArns parameter. Otherwise, the request fails with an
InvalidParameterValueException error.
public String toString()
toString in class ObjectObject.toString()public AnonymousUserQSearchBarEmbeddingConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.