@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 AppIntegration association.
|
Map<String,String> |
getTags()
One or more tags.
|
String |
getUseCaseType()
The type of use case to associate to the AppIntegration association.
|
int |
hashCode() |
void |
setInstanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
void |
setIntegrationAssociationId(String integrationAssociationId)
The identifier for the AppIntegration association.
|
void |
setTags(Map<String,String> tags)
One or more tags.
|
void |
setUseCaseType(String useCaseType)
The type of use case to associate to the AppIntegration 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 AppIntegration association.
|
CreateUseCaseRequest |
withTags(Map<String,String> tags)
One or more tags.
|
CreateUseCaseRequest |
withUseCaseType(String useCaseType)
The type of use case to associate to the AppIntegration association.
|
CreateUseCaseRequest |
withUseCaseType(UseCaseType useCaseType)
The type of use case to associate to the AppIntegration 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 AppIntegration association.
integrationAssociationId - The identifier for the AppIntegration association.public String getIntegrationAssociationId()
The identifier for the AppIntegration association.
public CreateUseCaseRequest withIntegrationAssociationId(String integrationAssociationId)
The identifier for the AppIntegration association.
integrationAssociationId - The identifier for the AppIntegration association.public void setUseCaseType(String useCaseType)
The type of use case to associate to the AppIntegration association. Each AppIntegration association can have only one of each use case type.
useCaseType - The type of use case to associate to the AppIntegration association. Each AppIntegration association can
have only one of each use case type.UseCaseTypepublic String getUseCaseType()
The type of use case to associate to the AppIntegration association. Each AppIntegration association can have only one of each use case type.
UseCaseTypepublic CreateUseCaseRequest withUseCaseType(String useCaseType)
The type of use case to associate to the AppIntegration association. Each AppIntegration association can have only one of each use case type.
useCaseType - The type of use case to associate to the AppIntegration association. Each AppIntegration association can
have only one of each use case type.UseCaseTypepublic CreateUseCaseRequest withUseCaseType(UseCaseType useCaseType)
The type of use case to associate to the AppIntegration association. Each AppIntegration association can have only one of each use case type.
useCaseType - The type of use case to associate to the AppIntegration association. Each AppIntegration association can
have only one of each use case type.UseCaseTypepublic void setTags(Map<String,String> tags)
One or more tags.
tags - One or more tags.public CreateUseCaseRequest withTags(Map<String,String> tags)
One or more tags.
tags - One or more tags.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()