7#include <aws/compute-optimizer-automation/ComputeOptimizerAutomationRequest.h>
8#include <aws/compute-optimizer-automation/ComputeOptimizerAutomation_EXPORTS.h>
9#include <aws/core/utils/UUID.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
16namespace ComputeOptimizerAutomation {
41 template <
typename AccountIdsT = Aws::Vector<Aws::String>>
43 m_accountIdsHasBeenSet =
true;
44 m_accountIds = std::forward<AccountIdsT>(value);
46 template <
typename AccountIdsT = Aws::Vector<Aws::String>>
51 template <
typename AccountIdsT = Aws::String>
53 m_accountIdsHasBeenSet =
true;
54 m_accountIds.emplace_back(std::forward<AccountIdsT>(value));
65 template <
typename ClientTokenT = Aws::String>
67 m_clientTokenHasBeenSet =
true;
68 m_clientToken = std::forward<ClientTokenT>(value);
70 template <
typename ClientTokenT = Aws::String>
80 bool m_accountIdsHasBeenSet =
false;
81 bool m_clientTokenHasBeenSet =
true;
void SetClientToken(ClientTokenT &&value)
AWS_COMPUTEOPTIMIZERAUTOMATION_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_COMPUTEOPTIMIZERAUTOMATION_API Aws::String SerializePayload() const override
const Aws::Vector< Aws::String > & GetAccountIds() const
DisassociateAccountsRequest & WithAccountIds(AccountIdsT &&value)
void SetAccountIds(AccountIdsT &&value)
DisassociateAccountsRequest & WithClientToken(ClientTokenT &&value)
const Aws::String & GetClientToken() const
DisassociateAccountsRequest & AddAccountIds(AccountIdsT &&value)
bool AccountIdsHasBeenSet() const
AWS_COMPUTEOPTIMIZERAUTOMATION_API DisassociateAccountsRequest()=default
bool ClientTokenHasBeenSet() const
virtual const char * GetServiceRequestName() const override
static Aws::Utils::UUID PseudoRandomUUID()
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector