@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RetrieveAndGenerateConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Contains details about the resource being queried.
This data type is used in the following API operations:
RetrieveAndGenerate request – in the retrieveAndGenerateConfiguration field
| Constructor and Description |
|---|
RetrieveAndGenerateConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
RetrieveAndGenerateConfiguration |
clone() |
boolean |
equals(Object obj) |
KnowledgeBaseRetrieveAndGenerateConfiguration |
getKnowledgeBaseConfiguration()
Contains details about the resource being queried.
|
String |
getType()
The type of resource that is queried by the request.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setKnowledgeBaseConfiguration(KnowledgeBaseRetrieveAndGenerateConfiguration knowledgeBaseConfiguration)
Contains details about the resource being queried.
|
void |
setType(String type)
The type of resource that is queried by the request.
|
String |
toString()
Returns a string representation of this object.
|
RetrieveAndGenerateConfiguration |
withKnowledgeBaseConfiguration(KnowledgeBaseRetrieveAndGenerateConfiguration knowledgeBaseConfiguration)
Contains details about the resource being queried.
|
RetrieveAndGenerateConfiguration |
withType(RetrieveAndGenerateType type)
The type of resource that is queried by the request.
|
RetrieveAndGenerateConfiguration |
withType(String type)
The type of resource that is queried by the request.
|
public void setKnowledgeBaseConfiguration(KnowledgeBaseRetrieveAndGenerateConfiguration knowledgeBaseConfiguration)
Contains details about the resource being queried.
knowledgeBaseConfiguration - Contains details about the resource being queried.public KnowledgeBaseRetrieveAndGenerateConfiguration getKnowledgeBaseConfiguration()
Contains details about the resource being queried.
public RetrieveAndGenerateConfiguration withKnowledgeBaseConfiguration(KnowledgeBaseRetrieveAndGenerateConfiguration knowledgeBaseConfiguration)
Contains details about the resource being queried.
knowledgeBaseConfiguration - Contains details about the resource being queried.public void setType(String type)
The type of resource that is queried by the request.
type - The type of resource that is queried by the request.RetrieveAndGenerateTypepublic String getType()
The type of resource that is queried by the request.
RetrieveAndGenerateTypepublic RetrieveAndGenerateConfiguration withType(String type)
The type of resource that is queried by the request.
type - The type of resource that is queried by the request.RetrieveAndGenerateTypepublic RetrieveAndGenerateConfiguration withType(RetrieveAndGenerateType type)
The type of resource that is queried by the request.
type - The type of resource that is queried by the request.RetrieveAndGenerateTypepublic String toString()
toString in class ObjectObject.toString()public RetrieveAndGenerateConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.