7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/core/http/HttpResponse.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
35 template <
typename ContactFlowIdT = Aws::String>
37 m_contactFlowIdHasBeenSet =
true;
38 m_contactFlowId = std::forward<ContactFlowIdT>(value);
40 template <
typename ContactFlowIdT = Aws::String>
52 template <
typename ContactFlowArnT = Aws::String>
54 m_contactFlowArnHasBeenSet =
true;
55 m_contactFlowArn = std::forward<ContactFlowArnT>(value);
57 template <
typename ContactFlowArnT = Aws::String>
69 template <
typename FlowContentSha256T = Aws::String>
71 m_flowContentSha256HasBeenSet =
true;
72 m_flowContentSha256 = std::forward<FlowContentSha256T>(value);
74 template <
typename FlowContentSha256T = Aws::String>
84 template <
typename RequestIdT = Aws::String>
86 m_requestIdHasBeenSet =
true;
87 m_requestId = std::forward<RequestIdT>(value);
89 template <
typename RequestIdT = Aws::String>
106 bool m_contactFlowIdHasBeenSet =
false;
107 bool m_contactFlowArnHasBeenSet =
false;
108 bool m_flowContentSha256HasBeenSet =
false;
109 bool m_requestIdHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue