@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreatorModeConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Configuration information required to invoke chat in CREATOR_MODE
.
For more information, see Admin controls and guardrails and Conversation settings.
Constructor and Description |
---|
CreatorModeConfiguration() |
Modifier and Type | Method and Description |
---|---|
CreatorModeConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getCreatorModeControl()
Status information about whether
CREATOR_MODE has been enabled or disabled. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCreatorModeControl(String creatorModeControl)
Status information about whether
CREATOR_MODE has been enabled or disabled. |
String |
toString()
Returns a string representation of this object.
|
CreatorModeConfiguration |
withCreatorModeControl(CreatorModeControl creatorModeControl)
Status information about whether
CREATOR_MODE has been enabled or disabled. |
CreatorModeConfiguration |
withCreatorModeControl(String creatorModeControl)
Status information about whether
CREATOR_MODE has been enabled or disabled. |
public void setCreatorModeControl(String creatorModeControl)
Status information about whether CREATOR_MODE
has been enabled or disabled. The default status is
DISABLED
.
creatorModeControl
- Status information about whether CREATOR_MODE
has been enabled or disabled. The default
status is DISABLED
.CreatorModeControl
public String getCreatorModeControl()
Status information about whether CREATOR_MODE
has been enabled or disabled. The default status is
DISABLED
.
CREATOR_MODE
has been enabled or disabled. The default
status is DISABLED
.CreatorModeControl
public CreatorModeConfiguration withCreatorModeControl(String creatorModeControl)
Status information about whether CREATOR_MODE
has been enabled or disabled. The default status is
DISABLED
.
creatorModeControl
- Status information about whether CREATOR_MODE
has been enabled or disabled. The default
status is DISABLED
.CreatorModeControl
public CreatorModeConfiguration withCreatorModeControl(CreatorModeControl creatorModeControl)
Status information about whether CREATOR_MODE
has been enabled or disabled. The default status is
DISABLED
.
creatorModeControl
- Status information about whether CREATOR_MODE
has been enabled or disabled. The default
status is DISABLED
.CreatorModeControl
public String toString()
toString
in class Object
Object.toString()
public CreatorModeConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.