7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/partnercentral-account/PartnerCentralAccount_EXPORTS.h>
11#include <aws/partnercentral-account/model/ConnectionType.h>
12#include <aws/partnercentral-account/model/InvitationStatus.h>
13#include <aws/partnercentral-account/model/ParticipantType.h>
18template <
typename RESULT_TYPE>
19class AmazonWebServiceResult;
26namespace PartnerCentralAccount {
40 template <
typename CatalogT = Aws::String>
42 m_catalogHasBeenSet =
true;
43 m_catalog = std::forward<CatalogT>(value);
45 template <
typename CatalogT = Aws::String>
57 template <
typename IdT = Aws::String>
59 m_idHasBeenSet =
true;
60 m_id = std::forward<IdT>(value);
62 template <
typename IdT = Aws::String>
64 SetId(std::forward<IdT>(value));
74 template <
typename ArnT = Aws::String>
76 m_arnHasBeenSet =
true;
77 m_arn = std::forward<ArnT>(value);
79 template <
typename ArnT = Aws::String>
81 SetArn(std::forward<ArnT>(value));
91 template <
typename ConnectionIdT = Aws::String>
93 m_connectionIdHasBeenSet =
true;
94 m_connectionId = std::forward<ConnectionIdT>(value);
96 template <
typename ConnectionIdT = Aws::String>
109 m_connectionTypeHasBeenSet =
true;
110 m_connectionType = value;
123 template <
typename CreatedAtT = Aws::Utils::DateTime>
125 m_createdAtHasBeenSet =
true;
126 m_createdAt = std::forward<CreatedAtT>(value);
128 template <
typename CreatedAtT = Aws::Utils::DateTime>
140 template <
typename UpdatedAtT = Aws::Utils::DateTime>
142 m_updatedAtHasBeenSet =
true;
143 m_updatedAt = std::forward<UpdatedAtT>(value);
145 template <
typename UpdatedAtT = Aws::Utils::DateTime>
158 template <
typename ExpiresAtT = Aws::Utils::DateTime>
160 m_expiresAtHasBeenSet =
true;
161 m_expiresAt = std::forward<ExpiresAtT>(value);
163 template <
typename ExpiresAtT = Aws::Utils::DateTime>
175 template <
typename OtherParticipantIdentifierT = Aws::String>
177 m_otherParticipantIdentifierHasBeenSet =
true;
178 m_otherParticipantIdentifier = std::forward<OtherParticipantIdentifierT>(value);
180 template <
typename OtherParticipantIdentifierT = Aws::String>
194 m_participantTypeHasBeenSet =
true;
195 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>
316 bool m_catalogHasBeenSet =
false;
317 bool m_idHasBeenSet =
false;
318 bool m_arnHasBeenSet =
false;
319 bool m_connectionIdHasBeenSet =
false;
320 bool m_connectionTypeHasBeenSet =
false;
321 bool m_createdAtHasBeenSet =
false;
322 bool m_updatedAtHasBeenSet =
false;
323 bool m_expiresAtHasBeenSet =
false;
324 bool m_otherParticipantIdentifierHasBeenSet =
false;
325 bool m_participantTypeHasBeenSet =
false;
326 bool m_statusHasBeenSet =
false;
327 bool m_invitationMessageHasBeenSet =
false;
328 bool m_inviterEmailHasBeenSet =
false;
329 bool m_inviterNameHasBeenSet =
false;
330 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetInviterName() const
const Aws::Utils::DateTime & GetCreatedAt() const
const Aws::String & GetOtherParticipantIdentifier() const
void SetInviterName(InviterNameT &&value)
CancelConnectionInvitationResult & WithInvitationMessage(InvitationMessageT &&value)
const Aws::Utils::DateTime & GetUpdatedAt() const
const Aws::Utils::DateTime & GetExpiresAt() const
CancelConnectionInvitationResult & WithUpdatedAt(UpdatedAtT &&value)
CancelConnectionInvitationResult & WithStatus(InvitationStatus value)
AWS_PARTNERCENTRALACCOUNT_API CancelConnectionInvitationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetExpiresAt(ExpiresAtT &&value)
void SetCatalog(CatalogT &&value)
ParticipantType GetParticipantType() const
AWS_PARTNERCENTRALACCOUNT_API CancelConnectionInvitationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetCreatedAt(CreatedAtT &&value)
CancelConnectionInvitationResult & WithInviterEmail(InviterEmailT &&value)
void SetConnectionId(ConnectionIdT &&value)
CancelConnectionInvitationResult & WithExpiresAt(ExpiresAtT &&value)
const Aws::String & GetInvitationMessage() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetOtherParticipantIdentifier(OtherParticipantIdentifierT &&value)
void SetStatus(InvitationStatus value)
CancelConnectionInvitationResult & WithParticipantType(ParticipantType value)
void SetArn(ArnT &&value)
CancelConnectionInvitationResult & WithCatalog(CatalogT &&value)
const Aws::String & GetInviterEmail() const
const Aws::String & GetId() const
void SetInvitationMessage(InvitationMessageT &&value)
const Aws::String & GetCatalog() const
InvitationStatus GetStatus() const
AWS_PARTNERCENTRALACCOUNT_API CancelConnectionInvitationResult()=default
const Aws::String & GetArn() const
CancelConnectionInvitationResult & WithRequestId(RequestIdT &&value)
CancelConnectionInvitationResult & WithOtherParticipantIdentifier(OtherParticipantIdentifierT &&value)
void SetConnectionType(ConnectionType value)
CancelConnectionInvitationResult & WithInviterName(InviterNameT &&value)
CancelConnectionInvitationResult & WithConnectionType(ConnectionType value)
CancelConnectionInvitationResult & WithConnectionId(ConnectionIdT &&value)
void SetInviterEmail(InviterEmailT &&value)
CancelConnectionInvitationResult & WithCreatedAt(CreatedAtT &&value)
const Aws::String & GetConnectionId() const
CancelConnectionInvitationResult & WithArn(ArnT &&value)
const Aws::String & GetRequestId() const
ConnectionType GetConnectionType() const
void SetRequestId(RequestIdT &&value)
void SetUpdatedAt(UpdatedAtT &&value)
CancelConnectionInvitationResult & WithId(IdT &&value)
void SetParticipantType(ParticipantType value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue