public class GetTaskTemplateRequest
extends com.amazonaws.AmazonWebServiceRequest
implements java.io.Serializable
Gets details about a specific task template in the specified Amazon Connect instance.
| Constructor and Description |
|---|
GetTaskTemplateRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getInstanceId()
The identifier of the Amazon Connect instance.
|
java.lang.String |
getSnapshotVersion()
The system generated version of a task template that is associated with a
task, when the task is created.
|
java.lang.String |
getTaskTemplateId()
A unique identifier for the task template.
|
int |
hashCode() |
void |
setInstanceId(java.lang.String instanceId)
The identifier of the Amazon Connect instance.
|
void |
setSnapshotVersion(java.lang.String snapshotVersion)
The system generated version of a task template that is associated with a
task, when the task is created.
|
void |
setTaskTemplateId(java.lang.String taskTemplateId)
A unique identifier for the task template.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetTaskTemplateRequest |
withInstanceId(java.lang.String instanceId)
The identifier of the Amazon Connect instance.
|
GetTaskTemplateRequest |
withSnapshotVersion(java.lang.String snapshotVersion)
The system generated version of a task template that is associated with a
task, when the task is created.
|
GetTaskTemplateRequest |
withTaskTemplateId(java.lang.String taskTemplateId)
A unique identifier for the task template.
|
clone, copyBaseTo, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic java.lang.String getInstanceId()
The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
Constraints:
Length: 1 - 100
The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
public void setInstanceId(java.lang.String instanceId)
The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
Constraints:
Length: 1 - 100
instanceId - The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
public GetTaskTemplateRequest withInstanceId(java.lang.String instanceId)
The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 100
instanceId - The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
public java.lang.String getTaskTemplateId()
A unique identifier for the task template.
Constraints:
Length: 1 - 500
A unique identifier for the task template.
public void setTaskTemplateId(java.lang.String taskTemplateId)
A unique identifier for the task template.
Constraints:
Length: 1 - 500
taskTemplateId - A unique identifier for the task template.
public GetTaskTemplateRequest withTaskTemplateId(java.lang.String taskTemplateId)
A unique identifier for the task template.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 500
taskTemplateId - A unique identifier for the task template.
public java.lang.String getSnapshotVersion()
The system generated version of a task template that is associated with a task, when the task is created.
The system generated version of a task template that is associated with a task, when the task is created.
public void setSnapshotVersion(java.lang.String snapshotVersion)
The system generated version of a task template that is associated with a task, when the task is created.
snapshotVersion - The system generated version of a task template that is associated with a task, when the task is created.
public GetTaskTemplateRequest withSnapshotVersion(java.lang.String snapshotVersion)
The system generated version of a task template that is associated with a task, when the task is created.
Returns a reference to this object so that method calls can be chained together.
snapshotVersion - The system generated version of a task template that is associated with a task, when the task is created.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object