/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The Organizations organizational unit data source for the sync.See
* Also:
AWS
* API Reference
The Organizations unit ID data source for the sync.
*/ inline const Aws::String& GetOrganizationalUnitId() const{ return m_organizationalUnitId; } /** *The Organizations unit ID data source for the sync.
*/ inline bool OrganizationalUnitIdHasBeenSet() const { return m_organizationalUnitIdHasBeenSet; } /** *The Organizations unit ID data source for the sync.
*/ inline void SetOrganizationalUnitId(const Aws::String& value) { m_organizationalUnitIdHasBeenSet = true; m_organizationalUnitId = value; } /** *The Organizations unit ID data source for the sync.
*/ inline void SetOrganizationalUnitId(Aws::String&& value) { m_organizationalUnitIdHasBeenSet = true; m_organizationalUnitId = std::move(value); } /** *The Organizations unit ID data source for the sync.
*/ inline void SetOrganizationalUnitId(const char* value) { m_organizationalUnitIdHasBeenSet = true; m_organizationalUnitId.assign(value); } /** *The Organizations unit ID data source for the sync.
*/ inline ResourceDataSyncOrganizationalUnit& WithOrganizationalUnitId(const Aws::String& value) { SetOrganizationalUnitId(value); return *this;} /** *The Organizations unit ID data source for the sync.
*/ inline ResourceDataSyncOrganizationalUnit& WithOrganizationalUnitId(Aws::String&& value) { SetOrganizationalUnitId(std::move(value)); return *this;} /** *The Organizations unit ID data source for the sync.
*/ inline ResourceDataSyncOrganizationalUnit& WithOrganizationalUnitId(const char* value) { SetOrganizationalUnitId(value); return *this;} private: Aws::String m_organizationalUnitId; bool m_organizationalUnitIdHasBeenSet = false; }; } // namespace Model } // namespace SSM } // namespace Aws