@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AmazonQSettings extends Object implements Serializable, Cloneable, StructuredPojo
A collection of settings that configure the Amazon Q experience within the domain.
Constructor and Description |
---|
AmazonQSettings() |
Modifier and Type | Method and Description |
---|---|
AmazonQSettings |
clone() |
boolean |
equals(Object obj) |
String |
getQProfileArn()
The ARN of the Amazon Q profile used within the domain.
|
String |
getStatus()
Whether Amazon Q has been enabled within the domain.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setQProfileArn(String qProfileArn)
The ARN of the Amazon Q profile used within the domain.
|
void |
setStatus(String status)
Whether Amazon Q has been enabled within the domain.
|
String |
toString()
Returns a string representation of this object.
|
AmazonQSettings |
withQProfileArn(String qProfileArn)
The ARN of the Amazon Q profile used within the domain.
|
AmazonQSettings |
withStatus(FeatureStatus status)
Whether Amazon Q has been enabled within the domain.
|
AmazonQSettings |
withStatus(String status)
Whether Amazon Q has been enabled within the domain.
|
public void setStatus(String status)
Whether Amazon Q has been enabled within the domain.
status
- Whether Amazon Q has been enabled within the domain.FeatureStatus
public String getStatus()
Whether Amazon Q has been enabled within the domain.
FeatureStatus
public AmazonQSettings withStatus(String status)
Whether Amazon Q has been enabled within the domain.
status
- Whether Amazon Q has been enabled within the domain.FeatureStatus
public AmazonQSettings withStatus(FeatureStatus status)
Whether Amazon Q has been enabled within the domain.
status
- Whether Amazon Q has been enabled within the domain.FeatureStatus
public void setQProfileArn(String qProfileArn)
The ARN of the Amazon Q profile used within the domain.
qProfileArn
- The ARN of the Amazon Q profile used within the domain.public String getQProfileArn()
The ARN of the Amazon Q profile used within the domain.
public AmazonQSettings withQProfileArn(String qProfileArn)
The ARN of the Amazon Q profile used within the domain.
qProfileArn
- The ARN of the Amazon Q profile used within the domain.public String toString()
toString
in class Object
Object.toString()
public AmazonQSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.