7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/partnercentral-account/PartnerCentralAccount_EXPORTS.h>
9#include <aws/partnercentral-account/model/ProfileVisibility.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
22namespace PartnerCentralAccount {
36 template <
typename CatalogT = Aws::String>
38 m_catalogHasBeenSet =
true;
39 m_catalog = std::forward<CatalogT>(value);
41 template <
typename CatalogT = Aws::String>
53 template <
typename ArnT = Aws::String>
55 m_arnHasBeenSet =
true;
56 m_arn = std::forward<ArnT>(value);
58 template <
typename ArnT = Aws::String>
60 SetArn(std::forward<ArnT>(value));
70 template <
typename IdT = Aws::String>
72 m_idHasBeenSet =
true;
73 m_id = std::forward<IdT>(value);
75 template <
typename IdT = Aws::String>
77 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>
141 bool m_catalogHasBeenSet =
false;
142 bool m_arnHasBeenSet =
false;
143 bool m_idHasBeenSet =
false;
144 bool m_visibilityHasBeenSet =
false;
145 bool m_profileIdHasBeenSet =
false;
146 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
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