7#include <aws/connectparticipant/ConnectParticipant_EXPORTS.h>
8#include <aws/connectparticipant/ConnectParticipantRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace ConnectParticipant
44 template<
typename ViewTokenT = Aws::String>
45 void SetViewToken(ViewTokenT&& value) { m_viewTokenHasBeenSet =
true; m_viewToken = std::forward<ViewTokenT>(value); }
46 template<
typename ViewTokenT = Aws::String>
56 template<
typename ConnectionTokenT = Aws::String>
57 void SetConnectionToken(ConnectionTokenT&& value) { m_connectionTokenHasBeenSet =
true; m_connectionToken = std::forward<ConnectionTokenT>(value); }
58 template<
typename ConnectionTokenT = Aws::String>
64 bool m_viewTokenHasBeenSet =
false;
67 bool m_connectionTokenHasBeenSet =
false;
AWS_CONNECTPARTICIPANT_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
DescribeViewRequest & WithConnectionToken(ConnectionTokenT &&value)
const Aws::String & GetViewToken() const
bool ViewTokenHasBeenSet() const
void SetConnectionToken(ConnectionTokenT &&value)
void SetViewToken(ViewTokenT &&value)
bool ConnectionTokenHasBeenSet() const
virtual const char * GetServiceRequestName() const override
AWS_CONNECTPARTICIPANT_API DescribeViewRequest()=default
DescribeViewRequest & WithViewToken(ViewTokenT &&value)
const Aws::String & GetConnectionToken() const
AWS_CONNECTPARTICIPANT_API Aws::String SerializePayload() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String