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/connect/model/ListFlowAssociationResourceType.h>
50 template<
typename InstanceIdT = Aws::String>
51 void SetInstanceId(InstanceIdT&& value) { m_instanceIdHasBeenSet =
true; m_instanceId = std::forward<InstanceIdT>(value); }
52 template<
typename InstanceIdT = Aws::String>
73 template<
typename NextTokenT = Aws::String>
74 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
75 template<
typename NextTokenT = Aws::String>
85 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
91 bool m_instanceIdHasBeenSet =
false;
94 bool m_resourceTypeHasBeenSet =
false;
97 bool m_nextTokenHasBeenSet =
false;
100 bool m_maxResultsHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
ListFlowAssociationsRequest & WithResourceType(ListFlowAssociationResourceType value)
ListFlowAssociationsRequest & WithNextToken(NextTokenT &&value)
AWS_CONNECT_API Aws::String SerializePayload() const override
ListFlowAssociationsRequest & WithMaxResults(int value)
bool MaxResultsHasBeenSet() const
AWS_CONNECT_API ListFlowAssociationsRequest()=default
AWS_CONNECT_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
ListFlowAssociationsRequest & WithInstanceId(InstanceIdT &&value)
void SetResourceType(ListFlowAssociationResourceType value)
void SetMaxResults(int value)
bool InstanceIdHasBeenSet() const
bool NextTokenHasBeenSet() const
ListFlowAssociationResourceType GetResourceType() const
void SetNextToken(NextTokenT &&value)
const Aws::String & GetInstanceId() const
const Aws::String & GetNextToken() const
int GetMaxResults() const
void SetInstanceId(InstanceIdT &&value)
bool ResourceTypeHasBeenSet() const
ListFlowAssociationResourceType
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String