@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class KendraSettings extends Object implements Serializable, Cloneable, StructuredPojo
The Amazon SageMaker Canvas application setting where you configure document querying.
| Constructor and Description |
|---|
KendraSettings() |
| Modifier and Type | Method and Description |
|---|---|
KendraSettings |
clone() |
boolean |
equals(Object obj) |
String |
getStatus()
Describes whether the document querying feature is enabled or disabled in the Canvas application.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setStatus(String status)
Describes whether the document querying feature is enabled or disabled in the Canvas application.
|
String |
toString()
Returns a string representation of this object.
|
KendraSettings |
withStatus(FeatureStatus status)
Describes whether the document querying feature is enabled or disabled in the Canvas application.
|
KendraSettings |
withStatus(String status)
Describes whether the document querying feature is enabled or disabled in the Canvas application.
|
public void setStatus(String status)
Describes whether the document querying feature is enabled or disabled in the Canvas application.
status - Describes whether the document querying feature is enabled or disabled in the Canvas application.FeatureStatuspublic String getStatus()
Describes whether the document querying feature is enabled or disabled in the Canvas application.
FeatureStatuspublic KendraSettings withStatus(String status)
Describes whether the document querying feature is enabled or disabled in the Canvas application.
status - Describes whether the document querying feature is enabled or disabled in the Canvas application.FeatureStatuspublic KendraSettings withStatus(FeatureStatus status)
Describes whether the document querying feature is enabled or disabled in the Canvas application.
status - Describes whether the document querying feature is enabled or disabled in the Canvas application.FeatureStatuspublic String toString()
toString in class ObjectObject.toString()public KendraSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.