7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/connect/model/ListFlowAssociationResourceType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
41 template <
typename ResourceIdT = Aws::String>
43 m_resourceIdHasBeenSet =
true;
44 m_resourceId = std::forward<ResourceIdT>(value);
46 template <
typename ResourceIdT = Aws::String>
59 template <
typename FlowIdT = Aws::String>
61 m_flowIdHasBeenSet =
true;
62 m_flowId = std::forward<FlowIdT>(value);
64 template <
typename FlowIdT = Aws::String>
78 m_resourceTypeHasBeenSet =
true;
79 m_resourceType = value;
92 bool m_resourceIdHasBeenSet =
false;
93 bool m_flowIdHasBeenSet =
false;
94 bool m_resourceTypeHasBeenSet =
false;
void SetFlowId(FlowIdT &&value)
FlowAssociationSummary & WithResourceId(ResourceIdT &&value)
FlowAssociationSummary & WithResourceType(ListFlowAssociationResourceType value)
AWS_CONNECT_API FlowAssociationSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
bool FlowIdHasBeenSet() const
bool ResourceTypeHasBeenSet() const
bool ResourceIdHasBeenSet() const
AWS_CONNECT_API FlowAssociationSummary()=default
FlowAssociationSummary & WithFlowId(FlowIdT &&value)
const Aws::String & GetFlowId() const
AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetResourceId() const
AWS_CONNECT_API FlowAssociationSummary(Aws::Utils::Json::JsonView jsonValue)
ListFlowAssociationResourceType GetResourceType() const
void SetResourceId(ResourceIdT &&value)
void SetResourceType(ListFlowAssociationResourceType value)
ListFlowAssociationResourceType
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue