7#include <aws/appflow/Appflow_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/appflow/model/ConnectorEntityField.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
44 template<
typename ConnectorEntityFieldsT = Aws::Vector<ConnectorEntityField>>
45 void SetConnectorEntityFields(ConnectorEntityFieldsT&& value) { m_connectorEntityFieldsHasBeenSet =
true; m_connectorEntityFields = std::forward<ConnectorEntityFieldsT>(value); }
46 template<
typename ConnectorEntityFieldsT = Aws::Vector<ConnectorEntityField>>
48 template<
typename ConnectorEntityFieldsT = ConnectorEntityField>
55 template<
typename RequestIdT = Aws::String>
56 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
57 template<
typename RequestIdT = Aws::String>
63 bool m_connectorEntityFieldsHasBeenSet =
false;
66 bool m_requestIdHasBeenSet =
false;
void SetConnectorEntityFields(ConnectorEntityFieldsT &&value)
void SetRequestId(RequestIdT &&value)
AWS_APPFLOW_API DescribeConnectorEntityResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
DescribeConnectorEntityResult & WithRequestId(RequestIdT &&value)
DescribeConnectorEntityResult & AddConnectorEntityFields(ConnectorEntityFieldsT &&value)
const Aws::Vector< ConnectorEntityField > & GetConnectorEntityFields() const
AWS_APPFLOW_API DescribeConnectorEntityResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeConnectorEntityResult & WithConnectorEntityFields(ConnectorEntityFieldsT &&value)
AWS_APPFLOW_API DescribeConnectorEntityResult()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue