7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/connect/model/ParticipantTokenCredentials.h>
9#include <aws/core/http/HttpResponse.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
38 template <
typename ParticipantCredentialsT = ParticipantTokenCredentials>
40 m_participantCredentialsHasBeenSet =
true;
41 m_participantCredentials = std::forward<ParticipantCredentialsT>(value);
43 template <
typename ParticipantCredentialsT = ParticipantTokenCredentials>
56 template <
typename ParticipantIdT = Aws::String>
58 m_participantIdHasBeenSet =
true;
59 m_participantId = std::forward<ParticipantIdT>(value);
61 template <
typename ParticipantIdT = Aws::String>
71 template <
typename RequestIdT = Aws::String>
73 m_requestIdHasBeenSet =
true;
74 m_requestId = std::forward<RequestIdT>(value);
76 template <
typename RequestIdT = Aws::String>
91 bool m_participantCredentialsHasBeenSet =
false;
92 bool m_participantIdHasBeenSet =
false;
93 bool m_requestIdHasBeenSet =
false;
void SetRequestId(RequestIdT &&value)
CreateParticipantResult & WithRequestId(RequestIdT &&value)
CreateParticipantResult & WithParticipantCredentials(ParticipantCredentialsT &&value)
const ParticipantTokenCredentials & GetParticipantCredentials() const
AWS_CONNECT_API CreateParticipantResult()=default
const Aws::String & GetRequestId() const
AWS_CONNECT_API CreateParticipantResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateParticipantResult & WithParticipantId(ParticipantIdT &&value)
AWS_CONNECT_API CreateParticipantResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetParticipantId() const
void SetParticipantId(ParticipantIdT &&value)
void SetParticipantCredentials(ParticipantCredentialsT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue