@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteUseCaseRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DeleteUseCaseRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteUseCaseRequest |
clone() |
boolean |
equals(Object obj) |
String |
getInstanceId()
The identifier of the Amazon Connect instance.
|
String |
getIntegrationAssociationId()
The identifier for the AppIntegration association.
|
String |
getUseCaseId()
The identifier for the use case.
|
int |
hashCode() |
void |
setInstanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
void |
setIntegrationAssociationId(String integrationAssociationId)
The identifier for the AppIntegration association.
|
void |
setUseCaseId(String useCaseId)
The identifier for the use case.
|
String |
toString()
Returns a string representation of this object.
|
DeleteUseCaseRequest |
withInstanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
DeleteUseCaseRequest |
withIntegrationAssociationId(String integrationAssociationId)
The identifier for the AppIntegration association.
|
DeleteUseCaseRequest |
withUseCaseId(String useCaseId)
The identifier for the use case.
|
addHandlerContext, copyBaseTo, 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 DeleteUseCaseRequest 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 DeleteUseCaseRequest withIntegrationAssociationId(String integrationAssociationId)
The identifier for the AppIntegration association.
integrationAssociationId - The identifier for the AppIntegration association.public void setUseCaseId(String useCaseId)
The identifier for the use case.
useCaseId - The identifier for the use case.public String getUseCaseId()
The identifier for the use case.
public DeleteUseCaseRequest withUseCaseId(String useCaseId)
The identifier for the use case.
useCaseId - The identifier for the use case.public String toString()
toString in class ObjectObject.toString()public DeleteUseCaseRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2020. All rights reserved.