7#include <aws/qconnect/QConnect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
49 template<
typename FlowIdT = Aws::String>
50 void SetFlowId(FlowIdT&& value) { m_flowIdHasBeenSet =
true; m_flowId = std::forward<FlowIdT>(value); }
51 template<
typename FlowIdT = Aws::String>
57 bool m_flowIdHasBeenSet =
false;
AWS_QCONNECT_API AmazonConnectGuideAssociationData & operator=(Aws::Utils::Json::JsonView jsonValue)
bool FlowIdHasBeenSet() const
AWS_QCONNECT_API AmazonConnectGuideAssociationData(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetFlowId() const
AWS_QCONNECT_API AmazonConnectGuideAssociationData()=default
AWS_QCONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetFlowId(FlowIdT &&value)
AmazonConnectGuideAssociationData & WithFlowId(FlowIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue