@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DisassociateAnalyticsDataSetRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DisassociateAnalyticsDataSetRequest() |
Modifier and Type | Method and Description |
---|---|
DisassociateAnalyticsDataSetRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDataSetId()
The identifier of the dataset to remove.
|
String |
getInstanceId()
The identifier of the Amazon Connect instance.
|
String |
getTargetAccountId()
The identifier of the target account.
|
int |
hashCode() |
void |
setDataSetId(String dataSetId)
The identifier of the dataset to remove.
|
void |
setInstanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
void |
setTargetAccountId(String targetAccountId)
The identifier of the target account.
|
String |
toString()
Returns a string representation of this object.
|
DisassociateAnalyticsDataSetRequest |
withDataSetId(String dataSetId)
The identifier of the dataset to remove.
|
DisassociateAnalyticsDataSetRequest |
withInstanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
DisassociateAnalyticsDataSetRequest |
withTargetAccountId(String targetAccountId)
The identifier of the target account.
|
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. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
instanceId
- The identifier of the Amazon Connect instance. You can find the instance
ID in the Amazon Resource Name (ARN) of the instance.public String getInstanceId()
The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
public DisassociateAnalyticsDataSetRequest withInstanceId(String instanceId)
The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
instanceId
- The identifier of the Amazon Connect instance. You can find the instance
ID in the Amazon Resource Name (ARN) of the instance.public void setDataSetId(String dataSetId)
The identifier of the dataset to remove.
dataSetId
- The identifier of the dataset to remove.public String getDataSetId()
The identifier of the dataset to remove.
public DisassociateAnalyticsDataSetRequest withDataSetId(String dataSetId)
The identifier of the dataset to remove.
dataSetId
- The identifier of the dataset to remove.public void setTargetAccountId(String targetAccountId)
The identifier of the target account. Use to associate a dataset to a different account than the one containing the Amazon Connect instance. If not specified, by default this value is the Amazon Web Services account that has the Amazon Connect instance.
targetAccountId
- The identifier of the target account. Use to associate a dataset to a different account than the one
containing the Amazon Connect instance. If not specified, by default this value is the Amazon Web Services
account that has the Amazon Connect instance.public String getTargetAccountId()
The identifier of the target account. Use to associate a dataset to a different account than the one containing the Amazon Connect instance. If not specified, by default this value is the Amazon Web Services account that has the Amazon Connect instance.
public DisassociateAnalyticsDataSetRequest withTargetAccountId(String targetAccountId)
The identifier of the target account. Use to associate a dataset to a different account than the one containing the Amazon Connect instance. If not specified, by default this value is the Amazon Web Services account that has the Amazon Connect instance.
targetAccountId
- The identifier of the target account. Use to associate a dataset to a different account than the one
containing the Amazon Connect instance. If not specified, by default this value is the Amazon Web Services
account that has the Amazon Connect instance.public String toString()
toString
in class Object
Object.toString()
public DisassociateAnalyticsDataSetRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()