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>
17template <
typename RESULT_TYPE>
18class AmazonWebServiceResult;
25namespace PartnerCentralAccount {
39 template <
typename CatalogT = Aws::String>
41 m_catalogHasBeenSet =
true;
42 m_catalog = std::forward<CatalogT>(value);
44 template <
typename CatalogT = Aws::String>
56 template <
typename IdT = Aws::String>
58 m_idHasBeenSet =
true;
59 m_id = std::forward<IdT>(value);
61 template <
typename IdT = Aws::String>
63 SetId(std::forward<IdT>(value));
73 template <
typename ArnT = Aws::String>
75 m_arnHasBeenSet =
true;
76 m_arn = std::forward<ArnT>(value);
78 template <
typename ArnT = Aws::String>
80 SetArn(std::forward<ArnT>(value));
90 template <
typename ConnectionIdT = Aws::String>
92 m_connectionIdHasBeenSet =
true;
93 m_connectionId = std::forward<ConnectionIdT>(value);
95 template <
typename ConnectionIdT = Aws::String>
108 m_connectionTypeHasBeenSet =
true;
109 m_connectionType = value;
122 template <
typename CreatedAtT = Aws::Utils::DateTime>
124 m_createdAtHasBeenSet =
true;
125 m_createdAt = std::forward<CreatedAtT>(value);
127 template <
typename CreatedAtT = Aws::Utils::DateTime>
139 template <
typename UpdatedAtT = Aws::Utils::DateTime>
141 m_updatedAtHasBeenSet =
true;
142 m_updatedAt = std::forward<UpdatedAtT>(value);
144 template <
typename UpdatedAtT = Aws::Utils::DateTime>
156 template <
typename ExpiresAtT = Aws::Utils::DateTime>
158 m_expiresAtHasBeenSet =
true;
159 m_expiresAt = std::forward<ExpiresAtT>(value);
161 template <
typename ExpiresAtT = Aws::Utils::DateTime>
173 template <
typename OtherParticipantIdentifierT = Aws::String>
175 m_otherParticipantIdentifierHasBeenSet =
true;
176 m_otherParticipantIdentifier = std::forward<OtherParticipantIdentifierT>(value);
178 template <
typename OtherParticipantIdentifierT = Aws::String>
192 m_participantTypeHasBeenSet =
true;
193 m_participantType = value;
207 m_statusHasBeenSet =
true;
221 template <
typename InvitationMessageT = Aws::String>
223 m_invitationMessageHasBeenSet =
true;
224 m_invitationMessage = std::forward<InvitationMessageT>(value);
226 template <
typename InvitationMessageT = Aws::String>
238 template <
typename InviterEmailT = Aws::String>
240 m_inviterEmailHasBeenSet =
true;
241 m_inviterEmail = std::forward<InviterEmailT>(value);
243 template <
typename InviterEmailT = Aws::String>
255 template <
typename InviterNameT = Aws::String>
257 m_inviterNameHasBeenSet =
true;
258 m_inviterName = std::forward<InviterNameT>(value);
260 template <
typename InviterNameT = Aws::String>
270 template <
typename RequestIdT = Aws::String>
272 m_requestIdHasBeenSet =
true;
273 m_requestId = std::forward<RequestIdT>(value);
275 template <
typename RequestIdT = Aws::String>
311 bool m_catalogHasBeenSet =
false;
312 bool m_idHasBeenSet =
false;
313 bool m_arnHasBeenSet =
false;
314 bool m_connectionIdHasBeenSet =
false;
315 bool m_connectionTypeHasBeenSet =
false;
316 bool m_createdAtHasBeenSet =
false;
317 bool m_updatedAtHasBeenSet =
false;
318 bool m_expiresAtHasBeenSet =
false;
319 bool m_otherParticipantIdentifierHasBeenSet =
false;
320 bool m_participantTypeHasBeenSet =
false;
321 bool m_statusHasBeenSet =
false;
322 bool m_invitationMessageHasBeenSet =
false;
323 bool m_inviterEmailHasBeenSet =
false;
324 bool m_inviterNameHasBeenSet =
false;
325 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetCatalog() const
void SetArn(ArnT &&value)
const Aws::String & GetId() const
GetConnectionInvitationResult & WithInviterName(InviterNameT &&value)
const Aws::String & GetRequestId() const
const Aws::String & GetOtherParticipantIdentifier() const
InvitationStatus GetStatus() const
void SetExpiresAt(ExpiresAtT &&value)
void SetCatalog(CatalogT &&value)
void SetUpdatedAt(UpdatedAtT &&value)
GetConnectionInvitationResult & WithRequestId(RequestIdT &&value)
void SetConnectionType(ConnectionType value)
GetConnectionInvitationResult & WithArn(ArnT &&value)
ConnectionType GetConnectionType() const
void SetRequestId(RequestIdT &&value)
void SetOtherParticipantIdentifier(OtherParticipantIdentifierT &&value)
void SetInviterEmail(InviterEmailT &&value)
const Aws::Utils::DateTime & GetUpdatedAt() const
GetConnectionInvitationResult & WithExpiresAt(ExpiresAtT &&value)
void SetInviterName(InviterNameT &&value)
void SetParticipantType(ParticipantType value)
const Aws::String & GetInviterName() const
GetConnectionInvitationResult & WithUpdatedAt(UpdatedAtT &&value)
GetConnectionInvitationResult & WithStatus(InvitationStatus value)
GetConnectionInvitationResult & WithId(IdT &&value)
void SetConnectionId(ConnectionIdT &&value)
GetConnectionInvitationResult & WithConnectionId(ConnectionIdT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
const Aws::String & GetConnectionId() const
GetConnectionInvitationResult & WithOtherParticipantIdentifier(OtherParticipantIdentifierT &&value)
const Aws::Utils::DateTime & GetExpiresAt() const
GetConnectionInvitationResult & WithInvitationMessage(InvitationMessageT &&value)
void SetCreatedAt(CreatedAtT &&value)
void SetInvitationMessage(InvitationMessageT &&value)
const Aws::String & GetArn() const
GetConnectionInvitationResult & WithInviterEmail(InviterEmailT &&value)
GetConnectionInvitationResult & WithCatalog(CatalogT &&value)
GetConnectionInvitationResult & WithConnectionType(ConnectionType value)
AWS_PARTNERCENTRALACCOUNT_API GetConnectionInvitationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ParticipantType GetParticipantType() const
GetConnectionInvitationResult & WithCreatedAt(CreatedAtT &&value)
const Aws::String & GetInvitationMessage() const
AWS_PARTNERCENTRALACCOUNT_API GetConnectionInvitationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetInviterEmail() const
void SetStatus(InvitationStatus value)
AWS_PARTNERCENTRALACCOUNT_API GetConnectionInvitationResult()=default
GetConnectionInvitationResult & WithParticipantType(ParticipantType value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue