/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Information about the source of the data included in the resource data
* sync.See Also:
AWS
* API Reference
The type of data source for the resource data sync. SourceType
* is either AwsOrganizations (if an organization is present in AWS
* Organizations) or singleAccountMultiRegions.
The type of data source for the resource data sync. SourceType
* is either AwsOrganizations (if an organization is present in AWS
* Organizations) or singleAccountMultiRegions.
The type of data source for the resource data sync. SourceType
* is either AwsOrganizations (if an organization is present in AWS
* Organizations) or singleAccountMultiRegions.
The type of data source for the resource data sync. SourceType
* is either AwsOrganizations (if an organization is present in AWS
* Organizations) or singleAccountMultiRegions.
The type of data source for the resource data sync. SourceType
* is either AwsOrganizations (if an organization is present in AWS
* Organizations) or singleAccountMultiRegions.
The type of data source for the resource data sync. SourceType
* is either AwsOrganizations (if an organization is present in AWS
* Organizations) or singleAccountMultiRegions.
The type of data source for the resource data sync. SourceType
* is either AwsOrganizations (if an organization is present in AWS
* Organizations) or singleAccountMultiRegions.
The type of data source for the resource data sync. SourceType
* is either AwsOrganizations (if an organization is present in AWS
* Organizations) or singleAccountMultiRegions.
Information about the AwsOrganizationsSource resource data sync source. A * sync source of this type can synchronize data from AWS Organizations.
*/ inline const ResourceDataSyncAwsOrganizationsSource& GetAwsOrganizationsSource() const{ return m_awsOrganizationsSource; } /** *Information about the AwsOrganizationsSource resource data sync source. A * sync source of this type can synchronize data from AWS Organizations.
*/ inline bool AwsOrganizationsSourceHasBeenSet() const { return m_awsOrganizationsSourceHasBeenSet; } /** *Information about the AwsOrganizationsSource resource data sync source. A * sync source of this type can synchronize data from AWS Organizations.
*/ inline void SetAwsOrganizationsSource(const ResourceDataSyncAwsOrganizationsSource& value) { m_awsOrganizationsSourceHasBeenSet = true; m_awsOrganizationsSource = value; } /** *Information about the AwsOrganizationsSource resource data sync source. A * sync source of this type can synchronize data from AWS Organizations.
*/ inline void SetAwsOrganizationsSource(ResourceDataSyncAwsOrganizationsSource&& value) { m_awsOrganizationsSourceHasBeenSet = true; m_awsOrganizationsSource = std::move(value); } /** *Information about the AwsOrganizationsSource resource data sync source. A * sync source of this type can synchronize data from AWS Organizations.
*/ inline ResourceDataSyncSource& WithAwsOrganizationsSource(const ResourceDataSyncAwsOrganizationsSource& value) { SetAwsOrganizationsSource(value); return *this;} /** *Information about the AwsOrganizationsSource resource data sync source. A * sync source of this type can synchronize data from AWS Organizations.
*/ inline ResourceDataSyncSource& WithAwsOrganizationsSource(ResourceDataSyncAwsOrganizationsSource&& value) { SetAwsOrganizationsSource(std::move(value)); return *this;} /** *The SyncSource AWS Regions included in the resource data
* sync.
The SyncSource AWS Regions included in the resource data
* sync.
The SyncSource AWS Regions included in the resource data
* sync.
The SyncSource AWS Regions included in the resource data
* sync.
The SyncSource AWS Regions included in the resource data
* sync.
The SyncSource AWS Regions included in the resource data
* sync.
The SyncSource AWS Regions included in the resource data
* sync.
The SyncSource AWS Regions included in the resource data
* sync.
The SyncSource AWS Regions included in the resource data
* sync.
Whether to automatically synchronize and aggregate data from new AWS Regions * when those Regions come online.
*/ inline bool GetIncludeFutureRegions() const{ return m_includeFutureRegions; } /** *Whether to automatically synchronize and aggregate data from new AWS Regions * when those Regions come online.
*/ inline bool IncludeFutureRegionsHasBeenSet() const { return m_includeFutureRegionsHasBeenSet; } /** *Whether to automatically synchronize and aggregate data from new AWS Regions * when those Regions come online.
*/ inline void SetIncludeFutureRegions(bool value) { m_includeFutureRegionsHasBeenSet = true; m_includeFutureRegions = value; } /** *Whether to automatically synchronize and aggregate data from new AWS Regions * when those Regions come online.
*/ inline ResourceDataSyncSource& WithIncludeFutureRegions(bool value) { SetIncludeFutureRegions(value); return *this;} private: Aws::String m_sourceType; bool m_sourceTypeHasBeenSet; ResourceDataSyncAwsOrganizationsSource m_awsOrganizationsSource; bool m_awsOrganizationsSourceHasBeenSet; Aws::Vector