7#include <aws/appflow/Appflow_EXPORTS.h>
8#include <aws/appflow/model/ConnectorProfile.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
37 template <
typename ConnectorProfileDetailsT = Aws::Vector<ConnectorProfile>>
39 m_connectorProfileDetailsHasBeenSet =
true;
40 m_connectorProfileDetails = std::forward<ConnectorProfileDetailsT>(value);
42 template <
typename ConnectorProfileDetailsT = Aws::Vector<ConnectorProfile>>
47 template <
typename ConnectorProfileDetailsT = ConnectorProfile>
49 m_connectorProfileDetailsHasBeenSet =
true;
50 m_connectorProfileDetails.emplace_back(std::forward<ConnectorProfileDetailsT>(value));
61 template <
typename NextTokenT = Aws::String>
63 m_nextTokenHasBeenSet =
true;
64 m_nextToken = std::forward<NextTokenT>(value);
66 template <
typename NextTokenT = Aws::String>
76 template <
typename RequestIdT = Aws::String>
78 m_requestIdHasBeenSet =
true;
79 m_requestId = std::forward<RequestIdT>(value);
81 template <
typename RequestIdT = Aws::String>
93 bool m_connectorProfileDetailsHasBeenSet =
false;
94 bool m_nextTokenHasBeenSet =
false;
95 bool m_requestIdHasBeenSet =
false;
void SetRequestId(RequestIdT &&value)
void SetConnectorProfileDetails(ConnectorProfileDetailsT &&value)
DescribeConnectorProfilesResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetNextToken() const
AWS_APPFLOW_API DescribeConnectorProfilesResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeConnectorProfilesResult & WithConnectorProfileDetails(ConnectorProfileDetailsT &&value)
const Aws::String & GetRequestId() const
DescribeConnectorProfilesResult & WithNextToken(NextTokenT &&value)
DescribeConnectorProfilesResult & AddConnectorProfileDetails(ConnectorProfileDetailsT &&value)
void SetNextToken(NextTokenT &&value)
AWS_APPFLOW_API DescribeConnectorProfilesResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_APPFLOW_API DescribeConnectorProfilesResult()=default
const Aws::Vector< ConnectorProfile > & GetConnectorProfileDetails() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue