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));
90 m_visibilityHasBeenSet =
true;
104 template <
typename ProfileIdT = Aws::String>
106 m_profileIdHasBeenSet =
true;
107 m_profileId = std::forward<ProfileIdT>(value);
109 template <
typename ProfileIdT = Aws::String>
119 template <
typename RequestIdT = Aws::String>
121 m_requestIdHasBeenSet =
true;
122 m_requestId = std::forward<RequestIdT>(value);
124 template <
typename RequestIdT = Aws::String>
145 bool m_catalogHasBeenSet =
false;
146 bool m_arnHasBeenSet =
false;
147 bool m_idHasBeenSet =
false;
148 bool m_visibilityHasBeenSet =
false;
149 bool m_profileIdHasBeenSet =
false;
150 bool m_requestIdHasBeenSet =
false;
void SetProfileId(ProfileIdT &&value)
const Aws::String & GetCatalog() const
AWS_PARTNERCENTRALACCOUNT_API GetProfileVisibilityResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetCatalog(CatalogT &&value)
const Aws::String & GetRequestId() const
GetProfileVisibilityResult & WithVisibility(ProfileVisibility value)
void SetArn(ArnT &&value)
AWS_PARTNERCENTRALACCOUNT_API GetProfileVisibilityResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetProfileVisibilityResult & WithProfileId(ProfileIdT &&value)
AWS_PARTNERCENTRALACCOUNT_API GetProfileVisibilityResult()=default
ProfileVisibility GetVisibility() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
GetProfileVisibilityResult & WithArn(ArnT &&value)
const Aws::String & GetProfileId() const
void SetRequestId(RequestIdT &&value)
GetProfileVisibilityResult & WithId(IdT &&value)
const Aws::String & GetArn() const
void SetVisibility(ProfileVisibility value)
GetProfileVisibilityResult & WithCatalog(CatalogT &&value)
GetProfileVisibilityResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue