7#include <aws/connectparticipant/ConnectParticipantRequest.h>
8#include <aws/connectparticipant/ConnectParticipant_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace ConnectParticipant {
40 template <
typename ViewTokenT = Aws::String>
42 m_viewTokenHasBeenSet =
true;
43 m_viewToken = std::forward<ViewTokenT>(value);
45 template <
typename ViewTokenT = Aws::String>
58 template <
typename ConnectionTokenT = Aws::String>
60 m_connectionTokenHasBeenSet =
true;
61 m_connectionToken = std::forward<ConnectionTokenT>(value);
63 template <
typename ConnectionTokenT = Aws::String>
71 bool m_viewTokenHasBeenSet =
false;
74 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