@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateApplicationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateApplicationRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateApplicationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getApplicationId()
The identifier of the Amazon Q application.
|
AttachmentsConfiguration |
getAttachmentsConfiguration()
An option to allow end users to upload files directly during chat.
|
String |
getDescription()
A description for the Amazon Q application.
|
String |
getDisplayName()
A name for the Amazon Q application.
|
String |
getRoleArn()
An Amazon Web Services Identity and Access Management (IAM) role that gives Amazon Q permission to access Amazon
CloudWatch logs and metrics.
|
int |
hashCode() |
void |
setApplicationId(String applicationId)
The identifier of the Amazon Q application.
|
void |
setAttachmentsConfiguration(AttachmentsConfiguration attachmentsConfiguration)
An option to allow end users to upload files directly during chat.
|
void |
setDescription(String description)
A description for the Amazon Q application.
|
void |
setDisplayName(String displayName)
A name for the Amazon Q application.
|
void |
setRoleArn(String roleArn)
An Amazon Web Services Identity and Access Management (IAM) role that gives Amazon Q permission to access Amazon
CloudWatch logs and metrics.
|
String |
toString()
Returns a string representation of this object.
|
UpdateApplicationRequest |
withApplicationId(String applicationId)
The identifier of the Amazon Q application.
|
UpdateApplicationRequest |
withAttachmentsConfiguration(AttachmentsConfiguration attachmentsConfiguration)
An option to allow end users to upload files directly during chat.
|
UpdateApplicationRequest |
withDescription(String description)
A description for the Amazon Q application.
|
UpdateApplicationRequest |
withDisplayName(String displayName)
A name for the Amazon Q application.
|
UpdateApplicationRequest |
withRoleArn(String roleArn)
An Amazon Web Services Identity and Access Management (IAM) role that gives Amazon Q permission to access Amazon
CloudWatch logs and metrics.
|
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 setApplicationId(String applicationId)
The identifier of the Amazon Q application.
applicationId
- The identifier of the Amazon Q application.public String getApplicationId()
The identifier of the Amazon Q application.
public UpdateApplicationRequest withApplicationId(String applicationId)
The identifier of the Amazon Q application.
applicationId
- The identifier of the Amazon Q application.public void setAttachmentsConfiguration(AttachmentsConfiguration attachmentsConfiguration)
An option to allow end users to upload files directly during chat.
attachmentsConfiguration
- An option to allow end users to upload files directly during chat.public AttachmentsConfiguration getAttachmentsConfiguration()
An option to allow end users to upload files directly during chat.
public UpdateApplicationRequest withAttachmentsConfiguration(AttachmentsConfiguration attachmentsConfiguration)
An option to allow end users to upload files directly during chat.
attachmentsConfiguration
- An option to allow end users to upload files directly during chat.public void setDescription(String description)
A description for the Amazon Q application.
description
- A description for the Amazon Q application.public String getDescription()
A description for the Amazon Q application.
public UpdateApplicationRequest withDescription(String description)
A description for the Amazon Q application.
description
- A description for the Amazon Q application.public void setDisplayName(String displayName)
A name for the Amazon Q application.
displayName
- A name for the Amazon Q application.public String getDisplayName()
A name for the Amazon Q application.
public UpdateApplicationRequest withDisplayName(String displayName)
A name for the Amazon Q application.
displayName
- A name for the Amazon Q application.public void setRoleArn(String roleArn)
An Amazon Web Services Identity and Access Management (IAM) role that gives Amazon Q permission to access Amazon CloudWatch logs and metrics.
roleArn
- An Amazon Web Services Identity and Access Management (IAM) role that gives Amazon Q permission to access
Amazon CloudWatch logs and metrics.public String getRoleArn()
An Amazon Web Services Identity and Access Management (IAM) role that gives Amazon Q permission to access Amazon CloudWatch logs and metrics.
public UpdateApplicationRequest withRoleArn(String roleArn)
An Amazon Web Services Identity and Access Management (IAM) role that gives Amazon Q permission to access Amazon CloudWatch logs and metrics.
roleArn
- An Amazon Web Services Identity and Access Management (IAM) role that gives Amazon Q permission to access
Amazon CloudWatch logs and metrics.public String toString()
toString
in class Object
Object.toString()
public UpdateApplicationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()