7#include <aws/connectparticipant/ConnectParticipant_EXPORTS.h>
8#include <aws/connectparticipant/ConnectParticipantRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/UUID.h>
15namespace ConnectParticipant
48 template<
typename ClientTokenT = Aws::String>
49 void SetClientToken(ClientTokenT&& value) { m_clientTokenHasBeenSet =
true; m_clientToken = std::forward<ClientTokenT>(value); }
50 template<
typename ClientTokenT = Aws::String>
60 template<
typename ConnectionTokenT = Aws::String>
61 void SetConnectionToken(ConnectionTokenT&& value) { m_connectionTokenHasBeenSet =
true; m_connectionToken = std::forward<ConnectionTokenT>(value); }
62 template<
typename ConnectionTokenT = Aws::String>
68 bool m_clientTokenHasBeenSet =
true;
71 bool m_connectionTokenHasBeenSet =
false;
DisconnectParticipantRequest & WithClientToken(ClientTokenT &&value)
bool ClientTokenHasBeenSet() const
AWS_CONNECTPARTICIPANT_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_CONNECTPARTICIPANT_API Aws::String SerializePayload() const override
const Aws::String & GetClientToken() const
AWS_CONNECTPARTICIPANT_API DisconnectParticipantRequest()=default
bool ConnectionTokenHasBeenSet() const
DisconnectParticipantRequest & WithConnectionToken(ConnectionTokenT &&value)
const Aws::String & GetConnectionToken() const
virtual const char * GetServiceRequestName() const override
void SetConnectionToken(ConnectionTokenT &&value)
void SetClientToken(ClientTokenT &&value)
static Aws::Utils::UUID PseudoRandomUUID()
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String