7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/partnercentral-account/PartnerCentralAccount_EXPORTS.h>
10#include <aws/partnercentral-account/model/ProfileVisibility.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace PartnerCentralAccount {
37 template <
typename CatalogT = Aws::String>
39 m_catalogHasBeenSet =
true;
40 m_catalog = std::forward<CatalogT>(value);
42 template <
typename CatalogT = Aws::String>
54 template <
typename ArnT = Aws::String>
56 m_arnHasBeenSet =
true;
57 m_arn = std::forward<ArnT>(value);
59 template <
typename ArnT = Aws::String>
61 SetArn(std::forward<ArnT>(value));
71 template <
typename IdT = Aws::String>
73 m_idHasBeenSet =
true;
74 m_id = std::forward<IdT>(value);
76 template <
typename IdT = Aws::String>
78 SetId(std::forward<IdT>(value));
89 m_visibilityHasBeenSet =
true;
103 template <
typename ProfileIdT = Aws::String>
105 m_profileIdHasBeenSet =
true;
106 m_profileId = std::forward<ProfileIdT>(value);
108 template <
typename ProfileIdT = Aws::String>
118 template <
typename RequestIdT = Aws::String>
120 m_requestIdHasBeenSet =
true;
121 m_requestId = std::forward<RequestIdT>(value);
123 template <
typename RequestIdT = Aws::String>
144 bool m_catalogHasBeenSet =
false;
145 bool m_arnHasBeenSet =
false;
146 bool m_idHasBeenSet =
false;
147 bool m_visibilityHasBeenSet =
false;
148 bool m_profileIdHasBeenSet =
false;
149 bool m_requestIdHasBeenSet =
false;
PutProfileVisibilityResult & WithArn(ArnT &&value)
void SetProfileId(ProfileIdT &&value)
void SetArn(ArnT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
ProfileVisibility GetVisibility() const
const Aws::String & GetArn() const
void SetVisibility(ProfileVisibility value)
AWS_PARTNERCENTRALACCOUNT_API PutProfileVisibilityResult()=default
const Aws::String & GetCatalog() const
const Aws::String & GetId() const
AWS_PARTNERCENTRALACCOUNT_API PutProfileVisibilityResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
AWS_PARTNERCENTRALACCOUNT_API PutProfileVisibilityResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
PutProfileVisibilityResult & WithRequestId(RequestIdT &&value)
void SetCatalog(CatalogT &&value)
const Aws::String & GetProfileId() const
PutProfileVisibilityResult & WithVisibility(ProfileVisibility value)
PutProfileVisibilityResult & WithId(IdT &&value)
void SetRequestId(RequestIdT &&value)
PutProfileVisibilityResult & WithProfileId(ProfileIdT &&value)
PutProfileVisibilityResult & WithCatalog(CatalogT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue