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>
157 template <
typename ExpiresAtT = Aws::Utils::DateTime>
159 m_expiresAtHasBeenSet =
true;
160 m_expiresAt = std::forward<ExpiresAtT>(value);
162 template <
typename ExpiresAtT = Aws::Utils::DateTime>
174 template <
typename OtherParticipantIdentifierT = Aws::String>
176 m_otherParticipantIdentifierHasBeenSet =
true;
177 m_otherParticipantIdentifier = std::forward<OtherParticipantIdentifierT>(value);
179 template <
typename OtherParticipantIdentifierT = Aws::String>
193 m_participantTypeHasBeenSet =
true;
194 m_participantType = value;
209 m_statusHasBeenSet =
true;
223 template <
typename InvitationMessageT = Aws::String>
225 m_invitationMessageHasBeenSet =
true;
226 m_invitationMessage = std::forward<InvitationMessageT>(value);
228 template <
typename InvitationMessageT = Aws::String>
240 template <
typename InviterEmailT = Aws::String>
242 m_inviterEmailHasBeenSet =
true;
243 m_inviterEmail = std::forward<InviterEmailT>(value);
245 template <
typename InviterEmailT = Aws::String>
257 template <
typename InviterNameT = Aws::String>
259 m_inviterNameHasBeenSet =
true;
260 m_inviterName = std::forward<InviterNameT>(value);
262 template <
typename InviterNameT = Aws::String>
272 template <
typename RequestIdT = Aws::String>
274 m_requestIdHasBeenSet =
true;
275 m_requestId = std::forward<RequestIdT>(value);
277 template <
typename RequestIdT = Aws::String>
313 bool m_catalogHasBeenSet =
false;
314 bool m_idHasBeenSet =
false;
315 bool m_arnHasBeenSet =
false;
316 bool m_connectionIdHasBeenSet =
false;
317 bool m_connectionTypeHasBeenSet =
false;
318 bool m_createdAtHasBeenSet =
false;
319 bool m_updatedAtHasBeenSet =
false;
320 bool m_expiresAtHasBeenSet =
false;
321 bool m_otherParticipantIdentifierHasBeenSet =
false;
322 bool m_participantTypeHasBeenSet =
false;
323 bool m_statusHasBeenSet =
false;
324 bool m_invitationMessageHasBeenSet =
false;
325 bool m_inviterEmailHasBeenSet =
false;
326 bool m_inviterNameHasBeenSet =
false;
327 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetOtherParticipantIdentifier() const
const Aws::String & GetInviterEmail() const
CreateConnectionInvitationResult & WithOtherParticipantIdentifier(OtherParticipantIdentifierT &&value)
ParticipantType GetParticipantType() const
void SetParticipantType(ParticipantType value)
CreateConnectionInvitationResult & WithCatalog(CatalogT &&value)
void SetConnectionType(ConnectionType value)
CreateConnectionInvitationResult & WithUpdatedAt(UpdatedAtT &&value)
void SetInvitationMessage(InvitationMessageT &&value)
CreateConnectionInvitationResult & WithStatus(InvitationStatus value)
const Aws::Utils::DateTime & GetUpdatedAt() const
CreateConnectionInvitationResult & WithRequestId(RequestIdT &&value)
AWS_PARTNERCENTRALACCOUNT_API CreateConnectionInvitationResult()=default
void SetRequestId(RequestIdT &&value)
void SetUpdatedAt(UpdatedAtT &&value)
CreateConnectionInvitationResult & WithParticipantType(ParticipantType value)
CreateConnectionInvitationResult & WithId(IdT &&value)
void SetOtherParticipantIdentifier(OtherParticipantIdentifierT &&value)
CreateConnectionInvitationResult & WithInvitationMessage(InvitationMessageT &&value)
void SetCatalog(CatalogT &&value)
const Aws::String & GetConnectionId() const
CreateConnectionInvitationResult & WithConnectionId(ConnectionIdT &&value)
CreateConnectionInvitationResult & WithInviterName(InviterNameT &&value)
void SetArn(ArnT &&value)
void SetStatus(InvitationStatus value)
const Aws::String & GetId() const
CreateConnectionInvitationResult & WithExpiresAt(ExpiresAtT &&value)
void SetCreatedAt(CreatedAtT &&value)
InvitationStatus GetStatus() const
ConnectionType GetConnectionType() const
CreateConnectionInvitationResult & WithArn(ArnT &&value)
AWS_PARTNERCENTRALACCOUNT_API CreateConnectionInvitationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetInviterName(InviterNameT &&value)
void SetConnectionId(ConnectionIdT &&value)
const Aws::String & GetArn() const
void SetInviterEmail(InviterEmailT &&value)
CreateConnectionInvitationResult & WithInviterEmail(InviterEmailT &&value)
const Aws::String & GetCatalog() const
CreateConnectionInvitationResult & WithCreatedAt(CreatedAtT &&value)
const Aws::String & GetRequestId() const
const Aws::String & GetInvitationMessage() const
CreateConnectionInvitationResult & WithConnectionType(ConnectionType value)
const Aws::String & GetInviterName() const
void SetExpiresAt(ExpiresAtT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
AWS_PARTNERCENTRALACCOUNT_API CreateConnectionInvitationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Utils::DateTime & GetExpiresAt() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue