7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/partnercentral-channel/PartnerCentralChannelRequest.h>
9#include <aws/partnercentral-channel/PartnerCentralChannel_EXPORTS.h>
14namespace PartnerCentralChannel {
39 template <
typename CatalogT = Aws::String>
41 m_catalogHasBeenSet =
true;
42 m_catalog = std::forward<CatalogT>(value);
44 template <
typename CatalogT = Aws::String>
57 template <
typename IdentifierT = Aws::String>
59 m_identifierHasBeenSet =
true;
60 m_identifier = std::forward<IdentifierT>(value);
62 template <
typename IdentifierT = Aws::String>
75 template <
typename RevisionT = Aws::String>
77 m_revisionHasBeenSet =
true;
78 m_revision = std::forward<RevisionT>(value);
80 template <
typename RevisionT = Aws::String>
93 template <
typename DisplayNameT = Aws::String>
95 m_displayNameHasBeenSet =
true;
96 m_displayName = std::forward<DisplayNameT>(value);
98 template <
typename DisplayNameT = Aws::String>
112 bool m_catalogHasBeenSet =
false;
113 bool m_identifierHasBeenSet =
false;
114 bool m_revisionHasBeenSet =
false;
115 bool m_displayNameHasBeenSet =
false;
AWS_PARTNERCENTRALCHANNEL_API UpdateProgramManagementAccountRequest()=default
AWS_PARTNERCENTRALCHANNEL_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool DisplayNameHasBeenSet() const
bool IdentifierHasBeenSet() const
void SetIdentifier(IdentifierT &&value)
UpdateProgramManagementAccountRequest & WithRevision(RevisionT &&value)
UpdateProgramManagementAccountRequest & WithIdentifier(IdentifierT &&value)
const Aws::String & GetCatalog() const
void SetCatalog(CatalogT &&value)
const Aws::String & GetDisplayName() const
const Aws::String & GetRevision() const
bool RevisionHasBeenSet() const
const Aws::String & GetIdentifier() const
virtual const char * GetServiceRequestName() const override
UpdateProgramManagementAccountRequest & WithCatalog(CatalogT &&value)
AWS_PARTNERCENTRALCHANNEL_API Aws::String SerializePayload() const override
void SetDisplayName(DisplayNameT &&value)
bool CatalogHasBeenSet() const
void SetRevision(RevisionT &&value)
UpdateProgramManagementAccountRequest & WithDisplayName(DisplayNameT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String