7#include <aws/connect/ConnectRequest.h>
8#include <aws/connect/Connect_EXPORTS.h>
9#include <aws/connect/model/ListFlowAssociationResourceType.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
41 template <
typename InstanceIdT = Aws::String>
43 m_instanceIdHasBeenSet =
true;
44 m_instanceId = std::forward<InstanceIdT>(value);
46 template <
typename InstanceIdT = Aws::String>
63 template <
typename ResourceIdsT = Aws::Vector<Aws::String>>
65 m_resourceIdsHasBeenSet =
true;
66 m_resourceIds = std::forward<ResourceIdsT>(value);
68 template <
typename ResourceIdsT = Aws::Vector<Aws::String>>
73 template <
typename ResourceIdsT = Aws::String>
75 m_resourceIdsHasBeenSet =
true;
76 m_resourceIds.emplace_back(std::forward<ResourceIdsT>(value));
88 m_resourceTypeHasBeenSet =
true;
89 m_resourceType = value;
102 bool m_instanceIdHasBeenSet =
false;
103 bool m_resourceIdsHasBeenSet =
false;
104 bool m_resourceTypeHasBeenSet =
false;
bool ResourceIdsHasBeenSet() const
bool ResourceTypeHasBeenSet() const
BatchGetFlowAssociationRequest & WithInstanceId(InstanceIdT &&value)
BatchGetFlowAssociationRequest & WithResourceType(ListFlowAssociationResourceType value)
void SetInstanceId(InstanceIdT &&value)
void SetResourceType(ListFlowAssociationResourceType value)
const Aws::String & GetInstanceId() const
const Aws::Vector< Aws::String > & GetResourceIds() const
BatchGetFlowAssociationRequest & AddResourceIds(ResourceIdsT &&value)
BatchGetFlowAssociationRequest & WithResourceIds(ResourceIdsT &&value)
ListFlowAssociationResourceType GetResourceType() const
AWS_CONNECT_API BatchGetFlowAssociationRequest()=default
void SetResourceIds(ResourceIdsT &&value)
bool InstanceIdHasBeenSet() const
AWS_CONNECT_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
ListFlowAssociationResourceType
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector