@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, withSdkRequestTimeoutpublic void setInstanceId(String instanceId)
The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
instanceId - The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.public String getInstanceId()
The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
public CreateUseCaseRequest withInstanceId(String instanceId)
The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
instanceId - The identifier of the Amazon Connect instance. You can find the instanceId in the 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.UseCaseTypepublic 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.
UseCaseTypepublic 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.UseCaseTypepublic 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.UseCaseTypepublic Map<String,String> getTags()
The tags used to organize, track, or control access for this resource.
public void setTags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
tags - The tags used to organize, track, or control access for this resource.public CreateUseCaseRequest withTags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
tags - The tags used to organize, track, or control access for this resource.public CreateUseCaseRequest addTagsEntry(String key, String value)
public CreateUseCaseRequest clearTagsEntries()
public String toString()
toString in class ObjectObject.toString()public CreateUseCaseRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()