@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateUseCaseRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateUseCaseRequest() |
Modifier and Type | Method and Description |
---|---|
CreateUseCaseRequest |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateUseCaseRequest |
clearTagsEntries()
Removes all the entries added into Tags.
|
CreateUseCaseRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getInstanceId()
The identifier of the Amazon Connect instance.
|
String |
getIntegrationAssociationId()
The identifier for the integration association.
|
Map<String,String> |
getTags()
The tags used to organize, track, or control access for this resource.
|
String |
getUseCaseType()
The type of use case to associate to the integration association.
|
int |
hashCode() |
void |
setInstanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
void |
setIntegrationAssociationId(String integrationAssociationId)
The identifier for the integration association.
|
void |
setTags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
|
void |
setUseCaseType(String useCaseType)
The type of use case to associate to the integration association.
|
String |
toString()
Returns a string representation of this object.
|
CreateUseCaseRequest |
withInstanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
CreateUseCaseRequest |
withIntegrationAssociationId(String integrationAssociationId)
The identifier for the integration association.
|
CreateUseCaseRequest |
withTags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
|
CreateUseCaseRequest |
withUseCaseType(String useCaseType)
The type of use case to associate to the integration association.
|
CreateUseCaseRequest |
withUseCaseType(UseCaseType useCaseType)
The type of use case to associate to the integration association.
|
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 CreateUseCaseRequest 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 setIntegrationAssociationId(String integrationAssociationId)
The identifier for the integration association.
integrationAssociationId
- The identifier for the integration association.public String getIntegrationAssociationId()
The identifier for the integration association.
public CreateUseCaseRequest withIntegrationAssociationId(String integrationAssociationId)
The identifier for the integration association.
integrationAssociationId
- The identifier for the integration association.public void setUseCaseType(String useCaseType)
The type of use case to associate to the integration association. Each integration association can have only one of each use case type.
useCaseType
- The type of use case to associate to the integration association. Each integration association can have
only one of each use case type.UseCaseType
public String getUseCaseType()
The type of use case to associate to the integration association. Each integration association can have only one of each use case type.
UseCaseType
public CreateUseCaseRequest withUseCaseType(String useCaseType)
The type of use case to associate to the integration association. Each integration association can have only one of each use case type.
useCaseType
- The type of use case to associate to the integration association. Each integration association can have
only one of each use case type.UseCaseType
public CreateUseCaseRequest withUseCaseType(UseCaseType useCaseType)
The type of use case to associate to the integration association. Each integration association can have only one of each use case type.
useCaseType
- The type of use case to associate to the integration association. Each integration association can have
only one of each use case type.UseCaseType
public Map<String,String> getTags()
The tags used to organize, track, or control access for this resource. For example, { "Tags": {"key1":"value1", "key2":"value2"} }.
public void setTags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource. For example, { "Tags": {"key1":"value1", "key2":"value2"} }.
tags
- The tags used to organize, track, or control access for this resource. For example, { "Tags":
{"key1":"value1", "key2":"value2"} }.public CreateUseCaseRequest withTags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource. For example, { "Tags": {"key1":"value1", "key2":"value2"} }.
tags
- The tags used to organize, track, or control access for this resource. For example, { "Tags":
{"key1":"value1", "key2":"value2"} }.public CreateUseCaseRequest addTagsEntry(String key, String value)
public CreateUseCaseRequest clearTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public CreateUseCaseRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()