7#include <aws/connectparticipant/ConnectParticipant_EXPORTS.h>
8#include <aws/connectparticipant/ConnectParticipantRequest.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/connectparticipant/model/ConnectionType.h>
16namespace ConnectParticipant
65 inline void SetParticipantToken(
const char* value) { m_participantTokenHasBeenSet =
true; m_participantToken.assign(value); }
79 inline void SetConnectParticipant(
bool value) { m_connectParticipantHasBeenSet =
true; m_connectParticipant = value; }
85 bool m_typeHasBeenSet =
false;
88 bool m_participantTokenHasBeenSet =
false;
90 bool m_connectParticipant;
91 bool m_connectParticipantHasBeenSet =
false;
AWS_CONNECTPARTICIPANT_API Aws::String SerializePayload() const override
CreateParticipantConnectionRequest & AddType(ConnectionType &&value)
CreateParticipantConnectionRequest & WithType(Aws::Vector< ConnectionType > &&value)
void SetType(Aws::Vector< ConnectionType > &&value)
CreateParticipantConnectionRequest & WithType(const Aws::Vector< ConnectionType > &value)
void SetParticipantToken(Aws::String &&value)
bool ConnectParticipantHasBeenSet() const
CreateParticipantConnectionRequest & WithConnectParticipant(bool value)
CreateParticipantConnectionRequest & AddType(const ConnectionType &value)
const Aws::String & GetParticipantToken() const
const Aws::Vector< ConnectionType > & GetType() const
void SetConnectParticipant(bool value)
void SetType(const Aws::Vector< ConnectionType > &value)
bool ParticipantTokenHasBeenSet() const
void SetParticipantToken(const Aws::String &value)
virtual const char * GetServiceRequestName() const override
CreateParticipantConnectionRequest & WithParticipantToken(const char *value)
AWS_CONNECTPARTICIPANT_API CreateParticipantConnectionRequest()
CreateParticipantConnectionRequest & WithParticipantToken(Aws::String &&value)
AWS_CONNECTPARTICIPANT_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
CreateParticipantConnectionRequest & WithParticipantToken(const Aws::String &value)
bool GetConnectParticipant() const
bool TypeHasBeenSet() const
void SetParticipantToken(const char *value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector