@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateQAppRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateQAppRequest() |
Modifier and Type | Method and Description |
---|---|
CreateQAppRequest |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateQAppRequest |
clearTagsEntries()
Removes all the entries added into Tags.
|
CreateQAppRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
AppDefinitionInput |
getAppDefinition()
The definition of the new Q App, specifying the cards and flow.
|
String |
getDescription()
The description of the new Q App.
|
String |
getInstanceId()
The unique identifier of the Amazon Q Business application environment instance.
|
Map<String,String> |
getTags()
Optional tags to associate with the new Q App.
|
String |
getTitle()
The title of the new Q App.
|
int |
hashCode() |
void |
setAppDefinition(AppDefinitionInput appDefinition)
The definition of the new Q App, specifying the cards and flow.
|
void |
setDescription(String description)
The description of the new Q App.
|
void |
setInstanceId(String instanceId)
The unique identifier of the Amazon Q Business application environment instance.
|
void |
setTags(Map<String,String> tags)
Optional tags to associate with the new Q App.
|
void |
setTitle(String title)
The title of the new Q App.
|
String |
toString()
Returns a string representation of this object.
|
CreateQAppRequest |
withAppDefinition(AppDefinitionInput appDefinition)
The definition of the new Q App, specifying the cards and flow.
|
CreateQAppRequest |
withDescription(String description)
The description of the new Q App.
|
CreateQAppRequest |
withInstanceId(String instanceId)
The unique identifier of the Amazon Q Business application environment instance.
|
CreateQAppRequest |
withTags(Map<String,String> tags)
Optional tags to associate with the new Q App.
|
CreateQAppRequest |
withTitle(String title)
The title of the new Q App.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setInstanceId(String instanceId)
The unique identifier of the Amazon Q Business application environment instance.
instanceId
- The unique identifier of the Amazon Q Business application environment instance.public String getInstanceId()
The unique identifier of the Amazon Q Business application environment instance.
public CreateQAppRequest withInstanceId(String instanceId)
The unique identifier of the Amazon Q Business application environment instance.
instanceId
- The unique identifier of the Amazon Q Business application environment instance.public void setTitle(String title)
The title of the new Q App.
title
- The title of the new Q App.public String getTitle()
The title of the new Q App.
public CreateQAppRequest withTitle(String title)
The title of the new Q App.
title
- The title of the new Q App.public void setDescription(String description)
The description of the new Q App.
description
- The description of the new Q App.public String getDescription()
The description of the new Q App.
public CreateQAppRequest withDescription(String description)
The description of the new Q App.
description
- The description of the new Q App.public void setAppDefinition(AppDefinitionInput appDefinition)
The definition of the new Q App, specifying the cards and flow.
appDefinition
- The definition of the new Q App, specifying the cards and flow.public AppDefinitionInput getAppDefinition()
The definition of the new Q App, specifying the cards and flow.
public CreateQAppRequest withAppDefinition(AppDefinitionInput appDefinition)
The definition of the new Q App, specifying the cards and flow.
appDefinition
- The definition of the new Q App, specifying the cards and flow.public Map<String,String> getTags()
Optional tags to associate with the new Q App.
public void setTags(Map<String,String> tags)
Optional tags to associate with the new Q App.
tags
- Optional tags to associate with the new Q App.public CreateQAppRequest withTags(Map<String,String> tags)
Optional tags to associate with the new Q App.
tags
- Optional tags to associate with the new Q App.public CreateQAppRequest addTagsEntry(String key, String value)
public CreateQAppRequest clearTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public CreateQAppRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()