@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchAssociateAnalyticsDataSetResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
BatchAssociateAnalyticsDataSetResult()  | 
| Modifier and Type | Method and Description | 
|---|---|
BatchAssociateAnalyticsDataSetResult | 
clone()  | 
boolean | 
equals(Object obj)  | 
List<AnalyticsDataAssociationResult> | 
getCreated()
 Information about associations that are successfully created:  
DataSetId,
 TargetAccountId, ResourceShareId, ResourceShareArn. | 
List<ErrorResult> | 
getErrors()
 A list of errors for datasets that aren't successfully associated with the target account. 
 | 
int | 
hashCode()  | 
void | 
setCreated(Collection<AnalyticsDataAssociationResult> created)
 Information about associations that are successfully created:  
DataSetId,
 TargetAccountId, ResourceShareId, ResourceShareArn. | 
void | 
setErrors(Collection<ErrorResult> errors)
 A list of errors for datasets that aren't successfully associated with the target account. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
BatchAssociateAnalyticsDataSetResult | 
withCreated(AnalyticsDataAssociationResult... created)
 Information about associations that are successfully created:  
DataSetId,
 TargetAccountId, ResourceShareId, ResourceShareArn. | 
BatchAssociateAnalyticsDataSetResult | 
withCreated(Collection<AnalyticsDataAssociationResult> created)
 Information about associations that are successfully created:  
DataSetId,
 TargetAccountId, ResourceShareId, ResourceShareArn. | 
BatchAssociateAnalyticsDataSetResult | 
withErrors(Collection<ErrorResult> errors)
 A list of errors for datasets that aren't successfully associated with the target account. 
 | 
BatchAssociateAnalyticsDataSetResult | 
withErrors(ErrorResult... errors)
 A list of errors for datasets that aren't successfully associated with the target account. 
 | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic BatchAssociateAnalyticsDataSetResult()
public List<AnalyticsDataAssociationResult> getCreated()
 Information about associations that are successfully created: DataSetId,
 TargetAccountId, ResourceShareId, ResourceShareArn.
 
DataSetId,
         TargetAccountId, ResourceShareId, ResourceShareArn.public void setCreated(Collection<AnalyticsDataAssociationResult> created)
 Information about associations that are successfully created: DataSetId,
 TargetAccountId, ResourceShareId, ResourceShareArn.
 
created - Information about associations that are successfully created: DataSetId,
        TargetAccountId, ResourceShareId, ResourceShareArn.public BatchAssociateAnalyticsDataSetResult withCreated(AnalyticsDataAssociationResult... created)
 Information about associations that are successfully created: DataSetId,
 TargetAccountId, ResourceShareId, ResourceShareArn.
 
 NOTE: This method appends the values to the existing list (if any). Use
 setCreated(java.util.Collection) or withCreated(java.util.Collection) if you want to override
 the existing values.
 
created - Information about associations that are successfully created: DataSetId,
        TargetAccountId, ResourceShareId, ResourceShareArn.public BatchAssociateAnalyticsDataSetResult withCreated(Collection<AnalyticsDataAssociationResult> created)
 Information about associations that are successfully created: DataSetId,
 TargetAccountId, ResourceShareId, ResourceShareArn.
 
created - Information about associations that are successfully created: DataSetId,
        TargetAccountId, ResourceShareId, ResourceShareArn.public List<ErrorResult> getErrors()
A list of errors for datasets that aren't successfully associated with the target account.
public void setErrors(Collection<ErrorResult> errors)
A list of errors for datasets that aren't successfully associated with the target account.
errors - A list of errors for datasets that aren't successfully associated with the target account.public BatchAssociateAnalyticsDataSetResult withErrors(ErrorResult... errors)
A list of errors for datasets that aren't successfully associated with the target account.
 NOTE: This method appends the values to the existing list (if any). Use
 setErrors(java.util.Collection) or withErrors(java.util.Collection) if you want to override the
 existing values.
 
errors - A list of errors for datasets that aren't successfully associated with the target account.public BatchAssociateAnalyticsDataSetResult withErrors(Collection<ErrorResult> errors)
A list of errors for datasets that aren't successfully associated with the target account.
errors - A list of errors for datasets that aren't successfully associated with the target account.public String toString()
toString in class ObjectObject.toString()public BatchAssociateAnalyticsDataSetResult clone()