@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class QAppsConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Configuration information about Amazon Q Apps. (preview feature)
| Constructor and Description |
|---|
QAppsConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
QAppsConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getQAppsControlMode()
Status information about whether end users can create and use Amazon Q Apps in the web experience.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setQAppsControlMode(String qAppsControlMode)
Status information about whether end users can create and use Amazon Q Apps in the web experience.
|
String |
toString()
Returns a string representation of this object.
|
QAppsConfiguration |
withQAppsControlMode(QAppsControlMode qAppsControlMode)
Status information about whether end users can create and use Amazon Q Apps in the web experience.
|
QAppsConfiguration |
withQAppsControlMode(String qAppsControlMode)
Status information about whether end users can create and use Amazon Q Apps in the web experience.
|
public void setQAppsControlMode(String qAppsControlMode)
Status information about whether end users can create and use Amazon Q Apps in the web experience.
qAppsControlMode - Status information about whether end users can create and use Amazon Q Apps in the web experience.QAppsControlModepublic String getQAppsControlMode()
Status information about whether end users can create and use Amazon Q Apps in the web experience.
QAppsControlModepublic QAppsConfiguration withQAppsControlMode(String qAppsControlMode)
Status information about whether end users can create and use Amazon Q Apps in the web experience.
qAppsControlMode - Status information about whether end users can create and use Amazon Q Apps in the web experience.QAppsControlModepublic QAppsConfiguration withQAppsControlMode(QAppsControlMode qAppsControlMode)
Status information about whether end users can create and use Amazon Q Apps in the web experience.
qAppsControlMode - Status information about whether end users can create and use Amazon Q Apps in the web experience.QAppsControlModepublic String toString()
toString in class ObjectObject.toString()public QAppsConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.