@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchAssociateAnalyticsDataSetRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
BatchAssociateAnalyticsDataSetRequest() |
Modifier and Type | Method and Description |
---|---|
BatchAssociateAnalyticsDataSetRequest |
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 dataset identifiers to associate.
|
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 dataset identifiers to associate.
|
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.
|
BatchAssociateAnalyticsDataSetRequest |
withDataSetIds(Collection<String> dataSetIds)
An array of dataset identifiers to associate.
|
BatchAssociateAnalyticsDataSetRequest |
withDataSetIds(String... dataSetIds)
An array of dataset identifiers to associate.
|
BatchAssociateAnalyticsDataSetRequest |
withInstanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
BatchAssociateAnalyticsDataSetRequest |
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 BatchAssociateAnalyticsDataSetRequest()
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 BatchAssociateAnalyticsDataSetRequest 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 dataset identifiers to associate.
public void setDataSetIds(Collection<String> dataSetIds)
An array of dataset identifiers to associate.
dataSetIds
- An array of dataset identifiers to associate.public BatchAssociateAnalyticsDataSetRequest withDataSetIds(String... dataSetIds)
An array of dataset identifiers to associate.
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 dataset identifiers to associate.public BatchAssociateAnalyticsDataSetRequest withDataSetIds(Collection<String> dataSetIds)
An array of dataset identifiers to associate.
dataSetIds
- An array of dataset identifiers to associate.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 BatchAssociateAnalyticsDataSetRequest 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 BatchAssociateAnalyticsDataSetRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Privacy | Site terms | Cookie preferences | © 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.