7#include <aws/connectparticipant/ConnectParticipant_EXPORTS.h>
8#include <aws/connectparticipant/model/View.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
22namespace ConnectParticipant {
36 template <
typename ViewT = View>
38 m_viewHasBeenSet =
true;
39 m_view = std::forward<ViewT>(value);
41 template <
typename ViewT = View>
43 SetView(std::forward<ViewT>(value));
51 template <
typename RequestIdT = Aws::String>
53 m_requestIdHasBeenSet =
true;
54 m_requestId = std::forward<RequestIdT>(value);
56 template <
typename RequestIdT = Aws::String>
64 bool m_viewHasBeenSet =
false;
67 bool m_requestIdHasBeenSet =
false;
void SetRequestId(RequestIdT &&value)
DescribeViewResult & WithRequestId(RequestIdT &&value)
AWS_CONNECTPARTICIPANT_API DescribeViewResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeViewResult & WithView(ViewT &&value)
AWS_CONNECTPARTICIPANT_API DescribeViewResult()=default
AWS_CONNECTPARTICIPANT_API DescribeViewResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
const View & GetView() const
void SetView(ViewT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue