@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 QuickSight Q topic ID of the 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 QuickSight Q topic ID of the topic that you want the anonymous user to see first.
|
String |
toString()
Returns a string representation of this object.
|
AnonymousUserQSearchBarEmbeddingConfiguration |
withInitialTopicId(String initialTopicId)
The QuickSight Q topic ID of the topic that you want the anonymous user to see first.
|
public AnonymousUserQSearchBarEmbeddingConfiguration()
public void setInitialTopicId(String initialTopicId)
The QuickSight Q topic ID of the 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 topic pre-selected.
The Amazon Resource Name (ARN) of this Q topic must be included in the AuthorizedResourceArns
parameter. Otherwise, the request will fail with InvalidParameterValueException
.
initialTopicId
- The QuickSight Q topic ID of the 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 topic pre-selected.
The Amazon Resource Name (ARN) of this Q topic must be included in the AuthorizedResourceArns
parameter. Otherwise, the request will fail with InvalidParameterValueException
.
public String getInitialTopicId()
The QuickSight Q topic ID of the 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 topic pre-selected.
The Amazon Resource Name (ARN) of this Q topic must be included in the AuthorizedResourceArns
parameter. Otherwise, the request will fail with InvalidParameterValueException
.
The Amazon Resource Name (ARN) of this Q topic must be included in the
AuthorizedResourceArns
parameter. Otherwise, the request will fail with
InvalidParameterValueException
.
public AnonymousUserQSearchBarEmbeddingConfiguration withInitialTopicId(String initialTopicId)
The QuickSight Q topic ID of the 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 topic pre-selected.
The Amazon Resource Name (ARN) of this Q topic must be included in the AuthorizedResourceArns
parameter. Otherwise, the request will fail with InvalidParameterValueException
.
initialTopicId
- The QuickSight Q topic ID of the 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 topic pre-selected.
The Amazon Resource Name (ARN) of this Q topic must be included in the AuthorizedResourceArns
parameter. Otherwise, the request will fail with InvalidParameterValueException
.
public String toString()
toString
in class Object
Object.toString()
public AnonymousUserQSearchBarEmbeddingConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.