7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/partnercentral-account/PartnerCentralAccount_EXPORTS.h>
20namespace PartnerCentralAccount {
42 template <
typename CatalogT = Aws::String>
44 m_catalogHasBeenSet =
true;
45 m_catalog = std::forward<CatalogT>(value);
47 template <
typename CatalogT = Aws::String>
60 template <
typename ArnT = Aws::String>
62 m_arnHasBeenSet =
true;
63 m_arn = std::forward<ArnT>(value);
65 template <
typename ArnT = Aws::String>
67 SetArn(std::forward<ArnT>(value));
78 template <
typename IdT = Aws::String>
80 m_idHasBeenSet =
true;
81 m_id = std::forward<IdT>(value);
83 template <
typename IdT = Aws::String>
85 SetId(std::forward<IdT>(value));
96 template <
typename LegalNameT = Aws::String>
98 m_legalNameHasBeenSet =
true;
99 m_legalName = std::forward<LegalNameT>(value);
101 template <
typename LegalNameT = Aws::String>
114 template <
typename CreatedAtT = Aws::Utils::DateTime>
116 m_createdAtHasBeenSet =
true;
117 m_createdAt = std::forward<CreatedAtT>(value);
119 template <
typename CreatedAtT = Aws::Utils::DateTime>
135 bool m_catalogHasBeenSet =
false;
136 bool m_arnHasBeenSet =
false;
137 bool m_idHasBeenSet =
false;
138 bool m_legalNameHasBeenSet =
false;
139 bool m_createdAtHasBeenSet =
false;
const Aws::String & GetLegalName() const
AWS_PARTNERCENTRALACCOUNT_API PartnerSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_PARTNERCENTRALACCOUNT_API PartnerSummary()=default
bool IdHasBeenSet() const
PartnerSummary & WithLegalName(LegalNameT &&value)
bool ArnHasBeenSet() const
bool CatalogHasBeenSet() const
const Aws::String & GetCatalog() const
const Aws::Utils::DateTime & GetCreatedAt() const
PartnerSummary & WithId(IdT &&value)
AWS_PARTNERCENTRALACCOUNT_API Aws::Utils::Json::JsonValue Jsonize() const
PartnerSummary & WithArn(ArnT &&value)
bool LegalNameHasBeenSet() const
PartnerSummary & WithCatalog(CatalogT &&value)
PartnerSummary & WithCreatedAt(CreatedAtT &&value)
void SetCatalog(CatalogT &&value)
void SetLegalName(LegalNameT &&value)
const Aws::String & GetArn() const
const Aws::String & GetId() const
bool CreatedAtHasBeenSet() const
void SetCreatedAt(CreatedAtT &&value)
void SetArn(ArnT &&value)
AWS_PARTNERCENTRALACCOUNT_API PartnerSummary(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue