7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template<
typename RESULT_TYPE>
14class AmazonWebServiceResult;
40 template<
typename ContactFlowIdT = Aws::String>
41 void SetContactFlowId(ContactFlowIdT&& value) { m_contactFlowIdHasBeenSet =
true; m_contactFlowId = std::forward<ContactFlowIdT>(value); }
42 template<
typename ContactFlowIdT = Aws::String>
51 template<
typename ContactFlowArnT = Aws::String>
52 void SetContactFlowArn(ContactFlowArnT&& value) { m_contactFlowArnHasBeenSet =
true; m_contactFlowArn = std::forward<ContactFlowArnT>(value); }
53 template<
typename ContactFlowArnT = Aws::String>
62 template<
typename FlowContentSha256T = Aws::String>
63 void SetFlowContentSha256(FlowContentSha256T&& value) { m_flowContentSha256HasBeenSet =
true; m_flowContentSha256 = std::forward<FlowContentSha256T>(value); }
64 template<
typename FlowContentSha256T = Aws::String>
71 template<
typename RequestIdT = Aws::String>
72 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
73 template<
typename RequestIdT = Aws::String>
79 bool m_contactFlowIdHasBeenSet =
false;
82 bool m_contactFlowArnHasBeenSet =
false;
85 bool m_flowContentSha256HasBeenSet =
false;
88 bool m_requestIdHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue