/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Details on data source packages for members of the behavior
* graph.See Also:
AWS
* API Reference
The account identifier of the Amazon Web Services account.
*/ inline const Aws::String& GetAccountId() const{ return m_accountId; } /** *The account identifier of the Amazon Web Services account.
*/ inline bool AccountIdHasBeenSet() const { return m_accountIdHasBeenSet; } /** *The account identifier of the Amazon Web Services account.
*/ inline void SetAccountId(const Aws::String& value) { m_accountIdHasBeenSet = true; m_accountId = value; } /** *The account identifier of the Amazon Web Services account.
*/ inline void SetAccountId(Aws::String&& value) { m_accountIdHasBeenSet = true; m_accountId = std::move(value); } /** *The account identifier of the Amazon Web Services account.
*/ inline void SetAccountId(const char* value) { m_accountIdHasBeenSet = true; m_accountId.assign(value); } /** *The account identifier of the Amazon Web Services account.
*/ inline MembershipDatasources& WithAccountId(const Aws::String& value) { SetAccountId(value); return *this;} /** *The account identifier of the Amazon Web Services account.
*/ inline MembershipDatasources& WithAccountId(Aws::String&& value) { SetAccountId(std::move(value)); return *this;} /** *The account identifier of the Amazon Web Services account.
*/ inline MembershipDatasources& WithAccountId(const char* value) { SetAccountId(value); return *this;} /** *The ARN of the organization behavior graph.
*/ inline const Aws::String& GetGraphArn() const{ return m_graphArn; } /** *The ARN of the organization behavior graph.
*/ inline bool GraphArnHasBeenSet() const { return m_graphArnHasBeenSet; } /** *The ARN of the organization behavior graph.
*/ inline void SetGraphArn(const Aws::String& value) { m_graphArnHasBeenSet = true; m_graphArn = value; } /** *The ARN of the organization behavior graph.
*/ inline void SetGraphArn(Aws::String&& value) { m_graphArnHasBeenSet = true; m_graphArn = std::move(value); } /** *The ARN of the organization behavior graph.
*/ inline void SetGraphArn(const char* value) { m_graphArnHasBeenSet = true; m_graphArn.assign(value); } /** *The ARN of the organization behavior graph.
*/ inline MembershipDatasources& WithGraphArn(const Aws::String& value) { SetGraphArn(value); return *this;} /** *The ARN of the organization behavior graph.
*/ inline MembershipDatasources& WithGraphArn(Aws::String&& value) { SetGraphArn(std::move(value)); return *this;} /** *The ARN of the organization behavior graph.
*/ inline MembershipDatasources& WithGraphArn(const char* value) { SetGraphArn(value); return *this;} /** *Details on when a data source package was added to a behavior graph.
*/ inline const Aws::MapDetails on when a data source package was added to a behavior graph.
*/ inline bool DatasourcePackageIngestHistoryHasBeenSet() const { return m_datasourcePackageIngestHistoryHasBeenSet; } /** *Details on when a data source package was added to a behavior graph.
*/ inline void SetDatasourcePackageIngestHistory(const Aws::MapDetails on when a data source package was added to a behavior graph.
*/ inline void SetDatasourcePackageIngestHistory(Aws::MapDetails on when a data source package was added to a behavior graph.
*/ inline MembershipDatasources& WithDatasourcePackageIngestHistory(const Aws::MapDetails on when a data source package was added to a behavior graph.
*/ inline MembershipDatasources& WithDatasourcePackageIngestHistory(Aws::MapDetails on when a data source package was added to a behavior graph.
*/ inline MembershipDatasources& AddDatasourcePackageIngestHistory(const DatasourcePackage& key, const Aws::MapDetails on when a data source package was added to a behavior graph.
*/ inline MembershipDatasources& AddDatasourcePackageIngestHistory(DatasourcePackage&& key, const Aws::MapDetails on when a data source package was added to a behavior graph.
*/ inline MembershipDatasources& AddDatasourcePackageIngestHistory(const DatasourcePackage& key, Aws::MapDetails on when a data source package was added to a behavior graph.
*/ inline MembershipDatasources& AddDatasourcePackageIngestHistory(DatasourcePackage&& key, Aws::Map