7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/glue/model/Integration.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
42 template<
typename IntegrationsT = Aws::Vector<Integration>>
43 void SetIntegrations(IntegrationsT&& value) { m_integrationsHasBeenSet =
true; m_integrations = std::forward<IntegrationsT>(value); }
44 template<
typename IntegrationsT = Aws::Vector<Integration>>
46 template<
typename IntegrationsT = Integration>
56 template<
typename MarkerT = Aws::String>
57 void SetMarker(MarkerT&& value) { m_markerHasBeenSet =
true; m_marker = std::forward<MarkerT>(value); }
58 template<
typename MarkerT = Aws::String>
65 template<
typename RequestIdT = Aws::String>
66 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
67 template<
typename RequestIdT = Aws::String>
73 bool m_integrationsHasBeenSet =
false;
76 bool m_markerHasBeenSet =
false;
79 bool m_requestIdHasBeenSet =
false;
AWS_GLUE_API DescribeIntegrationsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetMarker() const
const Aws::Vector< Integration > & GetIntegrations() const
DescribeIntegrationsResult & WithMarker(MarkerT &&value)
void SetIntegrations(IntegrationsT &&value)
AWS_GLUE_API DescribeIntegrationsResult()=default
void SetMarker(MarkerT &&value)
DescribeIntegrationsResult & AddIntegrations(IntegrationsT &&value)
DescribeIntegrationsResult & WithRequestId(RequestIdT &&value)
AWS_GLUE_API DescribeIntegrationsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
DescribeIntegrationsResult & WithIntegrations(IntegrationsT &&value)
const Aws::String & GetRequestId() 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