7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/partnercentral-channel/PartnerCentralChannel_EXPORTS.h>
10#include <aws/partnercentral-channel/model/AssociationType.h>
11#include <aws/partnercentral-channel/model/ResaleAccountModel.h>
12#include <aws/partnercentral-channel/model/Sector.h>
23namespace PartnerCentralChannel {
45 template <
typename ArnT = Aws::String>
47 m_arnHasBeenSet =
true;
48 m_arn = std::forward<ArnT>(value);
50 template <
typename ArnT = Aws::String>
52 SetArn(std::forward<ArnT>(value));
63 template <
typename IdT = Aws::String>
65 m_idHasBeenSet =
true;
66 m_id = std::forward<IdT>(value);
68 template <
typename IdT = Aws::String>
70 SetId(std::forward<IdT>(value));
81 template <
typename RevisionT = Aws::String>
83 m_revisionHasBeenSet =
true;
84 m_revision = std::forward<RevisionT>(value);
86 template <
typename RevisionT = Aws::String>
99 template <
typename CatalogT = Aws::String>
101 m_catalogHasBeenSet =
true;
102 m_catalog = std::forward<CatalogT>(value);
104 template <
typename CatalogT = Aws::String>
118 m_associationTypeHasBeenSet =
true;
119 m_associationType = value;
133 template <
typename ProgramManagementAccountIdT = Aws::String>
135 m_programManagementAccountIdHasBeenSet =
true;
136 m_programManagementAccountId = std::forward<ProgramManagementAccountIdT>(value);
138 template <
typename ProgramManagementAccountIdT = Aws::String>
151 template <
typename AssociatedAccountIdT = Aws::String>
153 m_associatedAccountIdHasBeenSet =
true;
154 m_associatedAccountId = std::forward<AssociatedAccountIdT>(value);
156 template <
typename AssociatedAccountIdT = Aws::String>
169 template <
typename DisplayNameT = Aws::String>
171 m_displayNameHasBeenSet =
true;
172 m_displayName = std::forward<DisplayNameT>(value);
174 template <
typename DisplayNameT = Aws::String>
188 m_resaleAccountModelHasBeenSet =
true;
189 m_resaleAccountModel = value;
204 m_sectorHasBeenSet =
true;
219 template <
typename CreatedAtT = Aws::Utils::DateTime>
221 m_createdAtHasBeenSet =
true;
222 m_createdAt = std::forward<CreatedAtT>(value);
224 template <
typename CreatedAtT = Aws::Utils::DateTime>
237 template <
typename UpdatedAtT = Aws::Utils::DateTime>
239 m_updatedAtHasBeenSet =
true;
240 m_updatedAt = std::forward<UpdatedAtT>(value);
242 template <
typename UpdatedAtT = Aws::Utils::DateTime>
255 template <
typename StartDateT = Aws::Utils::DateTime>
257 m_startDateHasBeenSet =
true;
258 m_startDate = std::forward<StartDateT>(value);
260 template <
typename StartDateT = Aws::Utils::DateTime>
292 bool m_arnHasBeenSet =
false;
293 bool m_idHasBeenSet =
false;
294 bool m_revisionHasBeenSet =
false;
295 bool m_catalogHasBeenSet =
false;
296 bool m_associationTypeHasBeenSet =
false;
297 bool m_programManagementAccountIdHasBeenSet =
false;
298 bool m_associatedAccountIdHasBeenSet =
false;
299 bool m_displayNameHasBeenSet =
false;
300 bool m_resaleAccountModelHasBeenSet =
false;
301 bool m_sectorHasBeenSet =
false;
302 bool m_createdAtHasBeenSet =
false;
303 bool m_updatedAtHasBeenSet =
false;
304 bool m_startDateHasBeenSet =
false;
void SetStartDate(StartDateT &&value)
void SetAssociatedAccountId(AssociatedAccountIdT &&value)
bool CreatedAtHasBeenSet() const
const Aws::String & GetCatalog() const
bool AssociationTypeHasBeenSet() const
const Aws::Utils::DateTime & GetCreatedAt() const
RelationshipDetail & WithProgramManagementAccountId(ProgramManagementAccountIdT &&value)
RelationshipDetail & WithArn(ArnT &&value)
bool CatalogHasBeenSet() const
const Aws::String & GetRevision() const
void SetAssociationType(AssociationType value)
RelationshipDetail & WithStartDate(StartDateT &&value)
RelationshipDetail & WithSector(Sector value)
const Aws::String & GetDisplayName() const
void SetCatalog(CatalogT &&value)
bool ResaleAccountModelHasBeenSet() const
RelationshipDetail & WithCreatedAt(CreatedAtT &&value)
bool DisplayNameHasBeenSet() const
void SetSector(Sector value)
void SetUpdatedAt(UpdatedAtT &&value)
const Aws::String & GetArn() const
RelationshipDetail & WithAssociationType(AssociationType value)
bool SectorHasBeenSet() const
RelationshipDetail & WithResaleAccountModel(ResaleAccountModel value)
RelationshipDetail & WithCatalog(CatalogT &&value)
const Aws::Utils::DateTime & GetUpdatedAt() const
bool IdHasBeenSet() const
bool RevisionHasBeenSet() const
bool AssociatedAccountIdHasBeenSet() const
RelationshipDetail & WithAssociatedAccountId(AssociatedAccountIdT &&value)
AWS_PARTNERCENTRALCHANNEL_API RelationshipDetail(Aws::Utils::Json::JsonView jsonValue)
AWS_PARTNERCENTRALCHANNEL_API RelationshipDetail & operator=(Aws::Utils::Json::JsonView jsonValue)
ResaleAccountModel GetResaleAccountModel() const
const Aws::String & GetAssociatedAccountId() const
bool StartDateHasBeenSet() const
const Aws::Utils::DateTime & GetStartDate() const
const Aws::String & GetId() const
RelationshipDetail & WithId(IdT &&value)
AWS_PARTNERCENTRALCHANNEL_API Aws::Utils::Json::JsonValue Jsonize() const
bool ProgramManagementAccountIdHasBeenSet() const
AWS_PARTNERCENTRALCHANNEL_API RelationshipDetail()=default
AssociationType GetAssociationType() const
void SetDisplayName(DisplayNameT &&value)
void SetResaleAccountModel(ResaleAccountModel value)
RelationshipDetail & WithDisplayName(DisplayNameT &&value)
RelationshipDetail & WithUpdatedAt(UpdatedAtT &&value)
bool ArnHasBeenSet() const
bool UpdatedAtHasBeenSet() const
void SetProgramManagementAccountId(ProgramManagementAccountIdT &&value)
const Aws::String & GetProgramManagementAccountId() const
void SetArn(ArnT &&value)
void SetRevision(RevisionT &&value)
RelationshipDetail & WithRevision(RevisionT &&value)
void SetCreatedAt(CreatedAtT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue