@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdatePromptRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdatePromptRequest() |
Modifier and Type | Method and Description |
---|---|
UpdatePromptRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDescription()
A description of the prompt.
|
String |
getInstanceId()
The identifier of the Amazon Connect instance.
|
String |
getName()
The name of the prompt.
|
String |
getPromptId()
A unique identifier for the prompt.
|
String |
getS3Uri()
The URI for the S3 bucket where the prompt is stored.
|
int |
hashCode() |
void |
setDescription(String description)
A description of the prompt.
|
void |
setInstanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
void |
setName(String name)
The name of the prompt.
|
void |
setPromptId(String promptId)
A unique identifier for the prompt.
|
void |
setS3Uri(String s3Uri)
The URI for the S3 bucket where the prompt is stored.
|
String |
toString()
Returns a string representation of this object.
|
UpdatePromptRequest |
withDescription(String description)
A description of the prompt.
|
UpdatePromptRequest |
withInstanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
UpdatePromptRequest |
withName(String name)
The name of the prompt.
|
UpdatePromptRequest |
withPromptId(String promptId)
A unique identifier for the prompt.
|
UpdatePromptRequest |
withS3Uri(String s3Uri)
The URI for the S3 bucket where the prompt is stored.
|
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 identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
instanceId
- The identifier of the Amazon Connect instance. You can find the instance
ID in the Amazon Resource Name (ARN) of the instance.public String getInstanceId()
The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
public UpdatePromptRequest withInstanceId(String instanceId)
The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
instanceId
- The identifier of the Amazon Connect instance. You can find the instance
ID in the Amazon Resource Name (ARN) of the instance.public void setPromptId(String promptId)
A unique identifier for the prompt.
promptId
- A unique identifier for the prompt.public String getPromptId()
A unique identifier for the prompt.
public UpdatePromptRequest withPromptId(String promptId)
A unique identifier for the prompt.
promptId
- A unique identifier for the prompt.public void setName(String name)
The name of the prompt.
name
- The name of the prompt.public String getName()
The name of the prompt.
public UpdatePromptRequest withName(String name)
The name of the prompt.
name
- The name of the prompt.public void setDescription(String description)
A description of the prompt.
description
- A description of the prompt.public String getDescription()
A description of the prompt.
public UpdatePromptRequest withDescription(String description)
A description of the prompt.
description
- A description of the prompt.public void setS3Uri(String s3Uri)
The URI for the S3 bucket where the prompt is stored.
s3Uri
- The URI for the S3 bucket where the prompt is stored.public String getS3Uri()
The URI for the S3 bucket where the prompt is stored.
public UpdatePromptRequest withS3Uri(String s3Uri)
The URI for the S3 bucket where the prompt is stored.
s3Uri
- The URI for the S3 bucket where the prompt is stored.public String toString()
toString
in class Object
Object.toString()
public UpdatePromptRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()