@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()
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 |
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, 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.
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 Object
Object.toString()
public DeleteUseCaseRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()