7#include <aws/core/utils/UUID.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/partnercentral-channel/PartnerCentralChannelRequest.h>
11#include <aws/partnercentral-channel/PartnerCentralChannel_EXPORTS.h>
12#include <aws/partnercentral-channel/model/Program.h>
13#include <aws/partnercentral-channel/model/Tag.h>
18namespace PartnerCentralChannel {
43 template <
typename CatalogT = Aws::String>
45 m_catalogHasBeenSet =
true;
46 m_catalog = std::forward<CatalogT>(value);
48 template <
typename CatalogT = Aws::String>
62 m_programHasBeenSet =
true;
77 template <
typename DisplayNameT = Aws::String>
79 m_displayNameHasBeenSet =
true;
80 m_displayName = std::forward<DisplayNameT>(value);
82 template <
typename DisplayNameT = Aws::String>
95 template <
typename AccountIdT = Aws::String>
97 m_accountIdHasBeenSet =
true;
98 m_accountId = std::forward<AccountIdT>(value);
100 template <
typename AccountIdT = Aws::String>
113 template <
typename ClientTokenT = Aws::String>
115 m_clientTokenHasBeenSet =
true;
116 m_clientToken = std::forward<ClientTokenT>(value);
118 template <
typename ClientTokenT = Aws::String>
131 template <
typename TagsT = Aws::Vector<Tag>>
133 m_tagsHasBeenSet =
true;
134 m_tags = std::forward<TagsT>(value);
136 template <
typename TagsT = Aws::Vector<Tag>>
138 SetTags(std::forward<TagsT>(value));
141 template <
typename TagsT = Tag>
143 m_tagsHasBeenSet =
true;
144 m_tags.emplace_back(std::forward<TagsT>(value));
160 bool m_catalogHasBeenSet =
false;
161 bool m_programHasBeenSet =
false;
162 bool m_displayNameHasBeenSet =
false;
163 bool m_accountIdHasBeenSet =
false;
164 bool m_clientTokenHasBeenSet =
true;
165 bool m_tagsHasBeenSet =
false;
AWS_PARTNERCENTRALCHANNEL_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool ClientTokenHasBeenSet() const
AWS_PARTNERCENTRALCHANNEL_API Aws::String SerializePayload() const override
const Aws::String & GetAccountId() const
void SetDisplayName(DisplayNameT &&value)
const Aws::Vector< Tag > & GetTags() const
Program GetProgram() const
virtual const char * GetServiceRequestName() const override
CreateProgramManagementAccountRequest & WithAccountId(AccountIdT &&value)
AWS_PARTNERCENTRALCHANNEL_API CreateProgramManagementAccountRequest()=default
CreateProgramManagementAccountRequest & WithTags(TagsT &&value)
CreateProgramManagementAccountRequest & WithProgram(Program value)
CreateProgramManagementAccountRequest & WithClientToken(ClientTokenT &&value)
bool DisplayNameHasBeenSet() const
CreateProgramManagementAccountRequest & WithCatalog(CatalogT &&value)
bool CatalogHasBeenSet() const
const Aws::String & GetCatalog() const
bool ProgramHasBeenSet() const
CreateProgramManagementAccountRequest & WithDisplayName(DisplayNameT &&value)
bool TagsHasBeenSet() const
const Aws::String & GetClientToken() const
const Aws::String & GetDisplayName() const
bool AccountIdHasBeenSet() const
void SetClientToken(ClientTokenT &&value)
void SetProgram(Program value)
void SetAccountId(AccountIdT &&value)
CreateProgramManagementAccountRequest & AddTags(TagsT &&value)
void SetTags(TagsT &&value)
void SetCatalog(CatalogT &&value)
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