@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 | 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. | 
| 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 | 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 | 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.
instanceId - The identifier of the Amazon Connect instance.public String getInstanceId()
The identifier of the Amazon Connect instance.
public CreateUseCaseRequest withInstanceId(String instanceId)
The identifier of the Amazon Connect instance.
instanceId - The identifier of the Amazon Connect 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 String toString()
toString in class ObjectObject.toString()public CreateUseCaseRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()