7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/connect/ConnectRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/DateTime.h>
42 template<
typename InstanceIdT = Aws::String>
43 void SetInstanceId(InstanceIdT&& value) { m_instanceIdHasBeenSet =
true; m_instanceId = std::forward<InstanceIdT>(value); }
44 template<
typename InstanceIdT = Aws::String>
54 template<
typename DescriptionT = Aws::String>
55 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
56 template<
typename DescriptionT = Aws::String>
66 template<
typename ContactFlowIdT = Aws::String>
67 void SetContactFlowId(ContactFlowIdT&& value) { m_contactFlowIdHasBeenSet =
true; m_contactFlowId = std::forward<ContactFlowIdT>(value); }
68 template<
typename ContactFlowIdT = Aws::String>
78 template<
typename FlowContentSha256T = Aws::String>
79 void SetFlowContentSha256(FlowContentSha256T&& value) { m_flowContentSha256HasBeenSet =
true; m_flowContentSha256 = std::forward<FlowContentSha256T>(value); }
80 template<
typename FlowContentSha256T = Aws::String>
90 inline void SetContactFlowVersion(
long long value) { m_contactFlowVersionHasBeenSet =
true; m_contactFlowVersion = value; }
100 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
101 void SetLastModifiedTime(LastModifiedTimeT&& value) { m_lastModifiedTimeHasBeenSet =
true; m_lastModifiedTime = std::forward<LastModifiedTimeT>(value); }
102 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
112 template<
typename LastModifiedRegionT = Aws::String>
113 void SetLastModifiedRegion(LastModifiedRegionT&& value) { m_lastModifiedRegionHasBeenSet =
true; m_lastModifiedRegion = std::forward<LastModifiedRegionT>(value); }
114 template<
typename LastModifiedRegionT = Aws::String>
120 bool m_instanceIdHasBeenSet =
false;
123 bool m_descriptionHasBeenSet =
false;
126 bool m_contactFlowIdHasBeenSet =
false;
129 bool m_flowContentSha256HasBeenSet =
false;
131 long long m_contactFlowVersion{0};
132 bool m_contactFlowVersionHasBeenSet =
false;
135 bool m_lastModifiedTimeHasBeenSet =
false;
138 bool m_lastModifiedRegionHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String