7#include <aws/billingconductor/BillingConductor_EXPORTS.h>
8#include <aws/billingconductor/BillingConductorRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
15namespace BillingConductor
43 template<
typename ArnT = Aws::String>
44 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
45 template<
typename ArnT = Aws::String>
55 template<
typename AccountIdsT = Aws::Vector<Aws::String>>
56 void SetAccountIds(AccountIdsT&& value) { m_accountIdsHasBeenSet =
true; m_accountIds = std::forward<AccountIdsT>(value); }
57 template<
typename AccountIdsT = Aws::Vector<Aws::String>>
59 template<
typename AccountIdsT = Aws::String>
65 bool m_arnHasBeenSet =
false;
68 bool m_accountIdsHasBeenSet =
false;
AWS_BILLINGCONDUCTOR_API DisassociateAccountsRequest()=default
virtual const char * GetServiceRequestName() const override
AWS_BILLINGCONDUCTOR_API Aws::String SerializePayload() const override
void SetAccountIds(AccountIdsT &&value)
const Aws::Vector< Aws::String > & GetAccountIds() const
DisassociateAccountsRequest & WithAccountIds(AccountIdsT &&value)
const Aws::String & GetArn() const
void SetArn(ArnT &&value)
DisassociateAccountsRequest & AddAccountIds(AccountIdsT &&value)
bool AccountIdsHasBeenSet() const
DisassociateAccountsRequest & WithArn(ArnT &&value)
bool ArnHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector