@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AppliedCreatorModeConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The creator mode specific admin controls configured for an Amazon Q Business application. Determines whether an end user can generate LLM-only responses when they use the web experience.
For more information, see Admin controls and guardrails and Conversation settings.
Constructor and Description |
---|
AppliedCreatorModeConfiguration() |
Modifier and Type | Method and Description |
---|---|
AppliedCreatorModeConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getCreatorModeControl()
Information about whether creator mode is enabled or disabled for an Amazon Q Business application.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCreatorModeControl(String creatorModeControl)
Information about whether creator mode is enabled or disabled for an Amazon Q Business application.
|
String |
toString()
Returns a string representation of this object.
|
AppliedCreatorModeConfiguration |
withCreatorModeControl(CreatorModeControl creatorModeControl)
Information about whether creator mode is enabled or disabled for an Amazon Q Business application.
|
AppliedCreatorModeConfiguration |
withCreatorModeControl(String creatorModeControl)
Information about whether creator mode is enabled or disabled for an Amazon Q Business application.
|
public void setCreatorModeControl(String creatorModeControl)
Information about whether creator mode is enabled or disabled for an Amazon Q Business application.
creatorModeControl
- Information about whether creator mode is enabled or disabled for an Amazon Q Business application.CreatorModeControl
public String getCreatorModeControl()
Information about whether creator mode is enabled or disabled for an Amazon Q Business application.
CreatorModeControl
public AppliedCreatorModeConfiguration withCreatorModeControl(String creatorModeControl)
Information about whether creator mode is enabled or disabled for an Amazon Q Business application.
creatorModeControl
- Information about whether creator mode is enabled or disabled for an Amazon Q Business application.CreatorModeControl
public AppliedCreatorModeConfiguration withCreatorModeControl(CreatorModeControl creatorModeControl)
Information about whether creator mode is enabled or disabled for an Amazon Q Business application.
creatorModeControl
- Information about whether creator mode is enabled or disabled for an Amazon Q Business application.CreatorModeControl
public String toString()
toString
in class Object
Object.toString()
public AppliedCreatorModeConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.