/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The source template of an analysis.See Also:
AWS
* API Reference
The dataset references of the source template of an analysis.
*/ inline const Aws::VectorThe dataset references of the source template of an analysis.
*/ inline bool DataSetReferencesHasBeenSet() const { return m_dataSetReferencesHasBeenSet; } /** *The dataset references of the source template of an analysis.
*/ inline void SetDataSetReferences(const Aws::VectorThe dataset references of the source template of an analysis.
*/ inline void SetDataSetReferences(Aws::VectorThe dataset references of the source template of an analysis.
*/ inline AnalysisSourceTemplate& WithDataSetReferences(const Aws::VectorThe dataset references of the source template of an analysis.
*/ inline AnalysisSourceTemplate& WithDataSetReferences(Aws::VectorThe dataset references of the source template of an analysis.
*/ inline AnalysisSourceTemplate& AddDataSetReferences(const DataSetReference& value) { m_dataSetReferencesHasBeenSet = true; m_dataSetReferences.push_back(value); return *this; } /** *The dataset references of the source template of an analysis.
*/ inline AnalysisSourceTemplate& AddDataSetReferences(DataSetReference&& value) { m_dataSetReferencesHasBeenSet = true; m_dataSetReferences.push_back(std::move(value)); return *this; } /** *The Amazon Resource Name (ARN) of the source template of an analysis.
*/ inline const Aws::String& GetArn() const{ return m_arn; } /** *The Amazon Resource Name (ARN) of the source template of an analysis.
*/ inline bool ArnHasBeenSet() const { return m_arnHasBeenSet; } /** *The Amazon Resource Name (ARN) of the source template of an analysis.
*/ inline void SetArn(const Aws::String& value) { m_arnHasBeenSet = true; m_arn = value; } /** *The Amazon Resource Name (ARN) of the source template of an analysis.
*/ inline void SetArn(Aws::String&& value) { m_arnHasBeenSet = true; m_arn = std::move(value); } /** *The Amazon Resource Name (ARN) of the source template of an analysis.
*/ inline void SetArn(const char* value) { m_arnHasBeenSet = true; m_arn.assign(value); } /** *The Amazon Resource Name (ARN) of the source template of an analysis.
*/ inline AnalysisSourceTemplate& WithArn(const Aws::String& value) { SetArn(value); return *this;} /** *The Amazon Resource Name (ARN) of the source template of an analysis.
*/ inline AnalysisSourceTemplate& WithArn(Aws::String&& value) { SetArn(std::move(value)); return *this;} /** *The Amazon Resource Name (ARN) of the source template of an analysis.
*/ inline AnalysisSourceTemplate& WithArn(const char* value) { SetArn(value); return *this;} private: Aws::Vector