7#include <aws/billingconductor/BillingConductor_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
22namespace BillingConductor
67 inline void SetAutoAssociate(
bool value) { m_autoAssociateHasBeenSet =
true; m_autoAssociate = value; }
73 bool m_linkedAccountIdsHasBeenSet =
false;
76 bool m_autoAssociateHasBeenSet =
false;
bool LinkedAccountIdsHasBeenSet() const
AccountGrouping & WithLinkedAccountIds(const Aws::Vector< Aws::String > &value)
const Aws::Vector< Aws::String > & GetLinkedAccountIds() const
bool GetAutoAssociate() const
AccountGrouping & WithAutoAssociate(bool value)
AccountGrouping & WithLinkedAccountIds(Aws::Vector< Aws::String > &&value)
void SetAutoAssociate(bool value)
AWS_BILLINGCONDUCTOR_API AccountGrouping(Aws::Utils::Json::JsonView jsonValue)
AccountGrouping & AddLinkedAccountIds(const Aws::String &value)
AWS_BILLINGCONDUCTOR_API AccountGrouping()
AWS_BILLINGCONDUCTOR_API AccountGrouping & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_BILLINGCONDUCTOR_API Aws::Utils::Json::JsonValue Jsonize() const
void SetLinkedAccountIds(Aws::Vector< Aws::String > &&value)
bool AutoAssociateHasBeenSet() const
AccountGrouping & AddLinkedAccountIds(const char *value)
AccountGrouping & AddLinkedAccountIds(Aws::String &&value)
void SetLinkedAccountIds(const Aws::Vector< Aws::String > &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue