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/memory/stl/AWSVector.h>
11#include <aws/connect/model/ListFlowAssociationResourceType.h>
47 inline void SetInstanceId(
const char* value) { m_instanceIdHasBeenSet =
true; m_instanceId.assign(value); }
82 bool m_instanceIdHasBeenSet =
false;
85 bool m_resourceIdsHasBeenSet =
false;
88 bool m_resourceTypeHasBeenSet =
false;
void SetResourceType(const ListFlowAssociationResourceType &value)
BatchGetFlowAssociationRequest & WithResourceIds(const Aws::Vector< Aws::String > &value)
bool ResourceIdsHasBeenSet() const
BatchGetFlowAssociationRequest & WithResourceType(const ListFlowAssociationResourceType &value)
void SetInstanceId(Aws::String &&value)
bool ResourceTypeHasBeenSet() const
const ListFlowAssociationResourceType & GetResourceType() const
BatchGetFlowAssociationRequest & WithInstanceId(const char *value)
AWS_CONNECT_API BatchGetFlowAssociationRequest()
BatchGetFlowAssociationRequest & WithResourceIds(Aws::Vector< Aws::String > &&value)
BatchGetFlowAssociationRequest & AddResourceIds(const Aws::String &value)
BatchGetFlowAssociationRequest & WithInstanceId(Aws::String &&value)
void SetResourceIds(Aws::Vector< Aws::String > &&value)
const Aws::String & GetInstanceId() const
void SetInstanceId(const Aws::String &value)
const Aws::Vector< Aws::String > & GetResourceIds() const
void SetResourceType(ListFlowAssociationResourceType &&value)
void SetInstanceId(const char *value)
bool InstanceIdHasBeenSet() const
BatchGetFlowAssociationRequest & AddResourceIds(Aws::String &&value)
AWS_CONNECT_API Aws::String SerializePayload() const override
BatchGetFlowAssociationRequest & AddResourceIds(const char *value)
void SetResourceIds(const Aws::Vector< Aws::String > &value)
BatchGetFlowAssociationRequest & WithInstanceId(const Aws::String &value)
virtual const char * GetServiceRequestName() const override
BatchGetFlowAssociationRequest & WithResourceType(ListFlowAssociationResourceType &&value)
ListFlowAssociationResourceType
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector