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/Sector.h>
22namespace PartnerCentralChannel {
44 template <
typename ArnT = Aws::String>
46 m_arnHasBeenSet =
true;
47 m_arn = std::forward<ArnT>(value);
49 template <
typename ArnT = Aws::String>
51 SetArn(std::forward<ArnT>(value));
62 template <
typename IdT = Aws::String>
64 m_idHasBeenSet =
true;
65 m_id = std::forward<IdT>(value);
67 template <
typename IdT = Aws::String>
69 SetId(std::forward<IdT>(value));
80 template <
typename RevisionT = Aws::String>
82 m_revisionHasBeenSet =
true;
83 m_revision = std::forward<RevisionT>(value);
85 template <
typename RevisionT = Aws::String>
98 template <
typename CatalogT = Aws::String>
100 m_catalogHasBeenSet =
true;
101 m_catalog = std::forward<CatalogT>(value);
103 template <
typename CatalogT = Aws::String>
117 m_associationTypeHasBeenSet =
true;
118 m_associationType = value;
132 template <
typename ProgramManagementAccountIdT = Aws::String>
134 m_programManagementAccountIdHasBeenSet =
true;
135 m_programManagementAccountId = std::forward<ProgramManagementAccountIdT>(value);
137 template <
typename ProgramManagementAccountIdT = Aws::String>
150 template <
typename AssociatedAccountIdT = Aws::String>
152 m_associatedAccountIdHasBeenSet =
true;
153 m_associatedAccountId = std::forward<AssociatedAccountIdT>(value);
155 template <
typename AssociatedAccountIdT = Aws::String>
168 template <
typename DisplayNameT = Aws::String>
170 m_displayNameHasBeenSet =
true;
171 m_displayName = std::forward<DisplayNameT>(value);
173 template <
typename DisplayNameT = Aws::String>
187 m_sectorHasBeenSet =
true;
202 template <
typename CreatedAtT = Aws::Utils::DateTime>
204 m_createdAtHasBeenSet =
true;
205 m_createdAt = std::forward<CreatedAtT>(value);
207 template <
typename CreatedAtT = Aws::Utils::DateTime>
220 template <
typename UpdatedAtT = Aws::Utils::DateTime>
222 m_updatedAtHasBeenSet =
true;
223 m_updatedAt = std::forward<UpdatedAtT>(value);
225 template <
typename UpdatedAtT = Aws::Utils::DateTime>
238 template <
typename StartDateT = Aws::Utils::DateTime>
240 m_startDateHasBeenSet =
true;
241 m_startDate = std::forward<StartDateT>(value);
243 template <
typename StartDateT = Aws::Utils::DateTime>
273 bool m_arnHasBeenSet =
false;
274 bool m_idHasBeenSet =
false;
275 bool m_revisionHasBeenSet =
false;
276 bool m_catalogHasBeenSet =
false;
277 bool m_associationTypeHasBeenSet =
false;
278 bool m_programManagementAccountIdHasBeenSet =
false;
279 bool m_associatedAccountIdHasBeenSet =
false;
280 bool m_displayNameHasBeenSet =
false;
281 bool m_sectorHasBeenSet =
false;
282 bool m_createdAtHasBeenSet =
false;
283 bool m_updatedAtHasBeenSet =
false;
284 bool m_startDateHasBeenSet =
false;
RelationshipSummary & WithStartDate(StartDateT &&value)
bool StartDateHasBeenSet() const
void SetDisplayName(DisplayNameT &&value)
void SetProgramManagementAccountId(ProgramManagementAccountIdT &&value)
AWS_PARTNERCENTRALCHANNEL_API RelationshipSummary()=default
bool DisplayNameHasBeenSet() const
void SetRevision(RevisionT &&value)
void SetSector(Sector value)
bool CatalogHasBeenSet() const
AWS_PARTNERCENTRALCHANNEL_API Aws::Utils::Json::JsonValue Jsonize() const
RelationshipSummary & WithSector(Sector value)
AssociationType GetAssociationType() const
RelationshipSummary & WithId(IdT &&value)
RelationshipSummary & WithAssociationType(AssociationType value)
bool AssociatedAccountIdHasBeenSet() const
void SetCreatedAt(CreatedAtT &&value)
void SetAssociationType(AssociationType value)
bool SectorHasBeenSet() const
const Aws::String & GetArn() const
RelationshipSummary & WithProgramManagementAccountId(ProgramManagementAccountIdT &&value)
bool ArnHasBeenSet() const
bool IdHasBeenSet() const
void SetStartDate(StartDateT &&value)
const Aws::String & GetProgramManagementAccountId() const
const Aws::String & GetAssociatedAccountId() const
const Aws::Utils::DateTime & GetCreatedAt() const
const Aws::String & GetCatalog() const
RelationshipSummary & WithRevision(RevisionT &&value)
const Aws::String & GetId() const
bool RevisionHasBeenSet() const
void SetCatalog(CatalogT &&value)
bool UpdatedAtHasBeenSet() const
AWS_PARTNERCENTRALCHANNEL_API RelationshipSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
RelationshipSummary & WithCatalog(CatalogT &&value)
RelationshipSummary & WithUpdatedAt(UpdatedAtT &&value)
bool AssociationTypeHasBeenSet() const
RelationshipSummary & WithDisplayName(DisplayNameT &&value)
bool CreatedAtHasBeenSet() const
const Aws::Utils::DateTime & GetStartDate() const
void SetUpdatedAt(UpdatedAtT &&value)
AWS_PARTNERCENTRALCHANNEL_API RelationshipSummary(Aws::Utils::Json::JsonView jsonValue)
void SetAssociatedAccountId(AssociatedAccountIdT &&value)
const Aws::String & GetDisplayName() const
RelationshipSummary & WithCreatedAt(CreatedAtT &&value)
RelationshipSummary & WithArn(ArnT &&value)
const Aws::String & GetRevision() const
bool ProgramManagementAccountIdHasBeenSet() const
void SetArn(ArnT &&value)
const Aws::Utils::DateTime & GetUpdatedAt() const
RelationshipSummary & WithAssociatedAccountId(AssociatedAccountIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue