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/ContactFlowType.h>
51 template<
typename InstanceIdT = Aws::String>
52 void SetInstanceId(InstanceIdT&& value) { m_instanceIdHasBeenSet =
true; m_instanceId = std::forward<InstanceIdT>(value); }
53 template<
typename InstanceIdT = Aws::String>
63 template<
typename ContactFlowTypesT = Aws::Vector<ContactFlowType>>
64 void SetContactFlowTypes(ContactFlowTypesT&& value) { m_contactFlowTypesHasBeenSet =
true; m_contactFlowTypes = std::forward<ContactFlowTypesT>(value); }
65 template<
typename ContactFlowTypesT = Aws::Vector<ContactFlowType>>
77 template<
typename NextTokenT = Aws::String>
78 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
79 template<
typename NextTokenT = Aws::String>
90 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
96 bool m_instanceIdHasBeenSet =
false;
99 bool m_contactFlowTypesHasBeenSet =
false;
102 bool m_nextTokenHasBeenSet =
false;
105 bool m_maxResultsHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector