@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchDisassociateAnalyticsDataSetRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
BatchDisassociateAnalyticsDataSetRequest() |
Modifier and Type | Method and Description |
---|---|
BatchDisassociateAnalyticsDataSetRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<String> |
getDataSetIds()
An array of associated dataset identifiers to remove.
|
String |
getInstanceId()
The identifier of the Amazon Connect instance.
|
String |
getTargetAccountId()
The identifier of the target account.
|
int |
hashCode() |
void |
setDataSetIds(Collection<String> dataSetIds)
An array of associated dataset identifiers 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.
|
BatchDisassociateAnalyticsDataSetRequest |
withDataSetIds(Collection<String> dataSetIds)
An array of associated dataset identifiers to remove.
|
BatchDisassociateAnalyticsDataSetRequest |
withDataSetIds(String... dataSetIds)
An array of associated dataset identifiers to remove.
|
BatchDisassociateAnalyticsDataSetRequest |
withInstanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
BatchDisassociateAnalyticsDataSetRequest |
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 BatchDisassociateAnalyticsDataSetRequest()
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 BatchDisassociateAnalyticsDataSetRequest 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 List<String> getDataSetIds()
An array of associated dataset identifiers to remove.
public void setDataSetIds(Collection<String> dataSetIds)
An array of associated dataset identifiers to remove.
dataSetIds
- An array of associated dataset identifiers to remove.public BatchDisassociateAnalyticsDataSetRequest withDataSetIds(String... dataSetIds)
An array of associated dataset identifiers to remove.
NOTE: This method appends the values to the existing list (if any). Use
setDataSetIds(java.util.Collection)
or withDataSetIds(java.util.Collection)
if you want to
override the existing values.
dataSetIds
- An array of associated dataset identifiers to remove.public BatchDisassociateAnalyticsDataSetRequest withDataSetIds(Collection<String> dataSetIds)
An array of associated dataset identifiers to remove.
dataSetIds
- An array of associated dataset identifiers to remove.public void setTargetAccountId(String targetAccountId)
The identifier of the target account. Use to disassociate a dataset from 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 disassociate a dataset from 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 disassociate a dataset from 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 BatchDisassociateAnalyticsDataSetRequest withTargetAccountId(String targetAccountId)
The identifier of the target account. Use to disassociate a dataset from 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 disassociate a dataset from 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 BatchDisassociateAnalyticsDataSetRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()