7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/partnercentral-account/PartnerCentralAccount_EXPORTS.h>
10#include <aws/partnercentral-account/model/ConnectionType.h>
11#include <aws/partnercentral-account/model/InvitationStatus.h>
12#include <aws/partnercentral-account/model/ParticipantType.h>
23namespace PartnerCentralAccount {
45 template <
typename CatalogT = Aws::String>
47 m_catalogHasBeenSet =
true;
48 m_catalog = std::forward<CatalogT>(value);
50 template <
typename CatalogT = Aws::String>
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 ArnT = Aws::String>
83 m_arnHasBeenSet =
true;
84 m_arn = std::forward<ArnT>(value);
86 template <
typename ArnT = Aws::String>
88 SetArn(std::forward<ArnT>(value));
99 template <
typename ConnectionIdT = Aws::String>
101 m_connectionIdHasBeenSet =
true;
102 m_connectionId = std::forward<ConnectionIdT>(value);
104 template <
typename ConnectionIdT = Aws::String>
118 m_connectionTypeHasBeenSet =
true;
119 m_connectionType = value;
133 template <
typename CreatedAtT = Aws::Utils::DateTime>
135 m_createdAtHasBeenSet =
true;
136 m_createdAt = std::forward<CreatedAtT>(value);
138 template <
typename CreatedAtT = Aws::Utils::DateTime>
151 template <
typename UpdatedAtT = Aws::Utils::DateTime>
153 m_updatedAtHasBeenSet =
true;
154 m_updatedAt = std::forward<UpdatedAtT>(value);
156 template <
typename UpdatedAtT = Aws::Utils::DateTime>
169 template <
typename ExpiresAtT = Aws::Utils::DateTime>
171 m_expiresAtHasBeenSet =
true;
172 m_expiresAt = std::forward<ExpiresAtT>(value);
174 template <
typename ExpiresAtT = Aws::Utils::DateTime>
187 template <
typename OtherParticipantIdentifierT = Aws::String>
189 m_otherParticipantIdentifierHasBeenSet =
true;
190 m_otherParticipantIdentifier = std::forward<OtherParticipantIdentifierT>(value);
192 template <
typename OtherParticipantIdentifierT = Aws::String>
207 m_participantTypeHasBeenSet =
true;
208 m_participantType = value;
223 m_statusHasBeenSet =
true;
253 bool m_catalogHasBeenSet =
false;
254 bool m_idHasBeenSet =
false;
255 bool m_arnHasBeenSet =
false;
256 bool m_connectionIdHasBeenSet =
false;
257 bool m_connectionTypeHasBeenSet =
false;
258 bool m_createdAtHasBeenSet =
false;
259 bool m_updatedAtHasBeenSet =
false;
260 bool m_expiresAtHasBeenSet =
false;
261 bool m_otherParticipantIdentifierHasBeenSet =
false;
262 bool m_participantTypeHasBeenSet =
false;
263 bool m_statusHasBeenSet =
false;
bool CreatedAtHasBeenSet() const
bool OtherParticipantIdentifierHasBeenSet() const
void SetParticipantType(ParticipantType value)
bool ConnectionTypeHasBeenSet() const
bool IdHasBeenSet() const
ConnectionInvitationSummary & WithParticipantType(ParticipantType value)
void SetExpiresAt(ExpiresAtT &&value)
AWS_PARTNERCENTRALACCOUNT_API Aws::Utils::Json::JsonValue Jsonize() const
ConnectionInvitationSummary & WithConnectionId(ConnectionIdT &&value)
void SetStatus(InvitationStatus value)
bool ParticipantTypeHasBeenSet() const
ConnectionInvitationSummary & WithCreatedAt(CreatedAtT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
ConnectionInvitationSummary & WithUpdatedAt(UpdatedAtT &&value)
ConnectionInvitationSummary & WithExpiresAt(ExpiresAtT &&value)
bool ConnectionIdHasBeenSet() const
bool CatalogHasBeenSet() const
const Aws::Utils::DateTime & GetUpdatedAt() const
const Aws::String & GetId() const
void SetArn(ArnT &&value)
bool ExpiresAtHasBeenSet() const
AWS_PARTNERCENTRALACCOUNT_API ConnectionInvitationSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
bool UpdatedAtHasBeenSet() const
bool StatusHasBeenSet() const
AWS_PARTNERCENTRALACCOUNT_API ConnectionInvitationSummary()=default
const Aws::String & GetConnectionId() const
void SetCreatedAt(CreatedAtT &&value)
void SetOtherParticipantIdentifier(OtherParticipantIdentifierT &&value)
ParticipantType GetParticipantType() const
ConnectionInvitationSummary & WithOtherParticipantIdentifier(OtherParticipantIdentifierT &&value)
void SetUpdatedAt(UpdatedAtT &&value)
ConnectionInvitationSummary & WithStatus(InvitationStatus value)
const Aws::String & GetCatalog() const
ConnectionInvitationSummary & WithConnectionType(ConnectionType value)
bool ArnHasBeenSet() const
ConnectionInvitationSummary & WithArn(ArnT &&value)
const Aws::String & GetArn() const
const Aws::String & GetOtherParticipantIdentifier() const
ConnectionInvitationSummary & WithId(IdT &&value)
void SetConnectionId(ConnectionIdT &&value)
ConnectionInvitationSummary & WithCatalog(CatalogT &&value)
ConnectionType GetConnectionType() const
const Aws::Utils::DateTime & GetExpiresAt() const
void SetCatalog(CatalogT &&value)
void SetConnectionType(ConnectionType value)
InvitationStatus GetStatus() const
AWS_PARTNERCENTRALACCOUNT_API ConnectionInvitationSummary(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue