7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/partnercentral-account/PartnerCentralAccountRequest.h>
9#include <aws/partnercentral-account/PartnerCentralAccount_EXPORTS.h>
10#include <aws/partnercentral-account/model/ProfileVisibility.h>
15namespace PartnerCentralAccount {
40 template <
typename CatalogT = Aws::String>
42 m_catalogHasBeenSet =
true;
43 m_catalog = std::forward<CatalogT>(value);
45 template <
typename CatalogT = Aws::String>
58 template <
typename IdentifierT = Aws::String>
60 m_identifierHasBeenSet =
true;
61 m_identifier = std::forward<IdentifierT>(value);
63 template <
typename IdentifierT = Aws::String>
77 m_visibilityHasBeenSet =
true;
91 bool m_catalogHasBeenSet =
false;
92 bool m_identifierHasBeenSet =
false;
93 bool m_visibilityHasBeenSet =
false;
AWS_PARTNERCENTRALACCOUNT_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
PutProfileVisibilityRequest & WithVisibility(ProfileVisibility value)
void SetVisibility(ProfileVisibility value)
const Aws::String & GetCatalog() const
bool CatalogHasBeenSet() const
void SetCatalog(CatalogT &&value)
const Aws::String & GetIdentifier() const
void SetIdentifier(IdentifierT &&value)
AWS_PARTNERCENTRALACCOUNT_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
PutProfileVisibilityRequest & WithCatalog(CatalogT &&value)
PutProfileVisibilityRequest & WithIdentifier(IdentifierT &&value)
bool VisibilityHasBeenSet() const
ProfileVisibility GetVisibility() const
bool IdentifierHasBeenSet() const
AWS_PARTNERCENTRALACCOUNT_API PutProfileVisibilityRequest()=default
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String