/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Information about the AwsOrganizationsSource
resource data sync
* source. A sync source of this type can synchronize data from Organizations or,
* if an Amazon Web Services organization isn't present, from multiple Amazon Web
* Services Regions.See Also:
AWS
* API Reference
If an Amazon Web Services organization is present, this is either
* OrganizationalUnits
or EntireOrganization
. For
* OrganizationalUnits
, the data is aggregated from a set of
* organization units. For EntireOrganization
, the data is aggregated
* from the entire Amazon Web Services organization.
If an Amazon Web Services organization is present, this is either
* OrganizationalUnits
or EntireOrganization
. For
* OrganizationalUnits
, the data is aggregated from a set of
* organization units. For EntireOrganization
, the data is aggregated
* from the entire Amazon Web Services organization.
If an Amazon Web Services organization is present, this is either
* OrganizationalUnits
or EntireOrganization
. For
* OrganizationalUnits
, the data is aggregated from a set of
* organization units. For EntireOrganization
, the data is aggregated
* from the entire Amazon Web Services organization.
If an Amazon Web Services organization is present, this is either
* OrganizationalUnits
or EntireOrganization
. For
* OrganizationalUnits
, the data is aggregated from a set of
* organization units. For EntireOrganization
, the data is aggregated
* from the entire Amazon Web Services organization.
If an Amazon Web Services organization is present, this is either
* OrganizationalUnits
or EntireOrganization
. For
* OrganizationalUnits
, the data is aggregated from a set of
* organization units. For EntireOrganization
, the data is aggregated
* from the entire Amazon Web Services organization.
If an Amazon Web Services organization is present, this is either
* OrganizationalUnits
or EntireOrganization
. For
* OrganizationalUnits
, the data is aggregated from a set of
* organization units. For EntireOrganization
, the data is aggregated
* from the entire Amazon Web Services organization.
If an Amazon Web Services organization is present, this is either
* OrganizationalUnits
or EntireOrganization
. For
* OrganizationalUnits
, the data is aggregated from a set of
* organization units. For EntireOrganization
, the data is aggregated
* from the entire Amazon Web Services organization.
If an Amazon Web Services organization is present, this is either
* OrganizationalUnits
or EntireOrganization
. For
* OrganizationalUnits
, the data is aggregated from a set of
* organization units. For EntireOrganization
, the data is aggregated
* from the entire Amazon Web Services organization.
The Organizations organization units included in the sync.
*/ inline const Aws::VectorThe Organizations organization units included in the sync.
*/ inline bool OrganizationalUnitsHasBeenSet() const { return m_organizationalUnitsHasBeenSet; } /** *The Organizations organization units included in the sync.
*/ inline void SetOrganizationalUnits(const Aws::VectorThe Organizations organization units included in the sync.
*/ inline void SetOrganizationalUnits(Aws::VectorThe Organizations organization units included in the sync.
*/ inline ResourceDataSyncAwsOrganizationsSource& WithOrganizationalUnits(const Aws::VectorThe Organizations organization units included in the sync.
*/ inline ResourceDataSyncAwsOrganizationsSource& WithOrganizationalUnits(Aws::VectorThe Organizations organization units included in the sync.
*/ inline ResourceDataSyncAwsOrganizationsSource& AddOrganizationalUnits(const ResourceDataSyncOrganizationalUnit& value) { m_organizationalUnitsHasBeenSet = true; m_organizationalUnits.push_back(value); return *this; } /** *The Organizations organization units included in the sync.
*/ inline ResourceDataSyncAwsOrganizationsSource& AddOrganizationalUnits(ResourceDataSyncOrganizationalUnit&& value) { m_organizationalUnitsHasBeenSet = true; m_organizationalUnits.push_back(std::move(value)); return *this; } private: Aws::String m_organizationSourceType; bool m_organizationSourceTypeHasBeenSet = false; Aws::Vector