7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/glue/Glue_EXPORTS.h>
10#include <aws/glue/model/InboundIntegration.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
36 template <
typename InboundIntegrationsT = Aws::Vector<InboundIntegration>>
38 m_inboundIntegrationsHasBeenSet =
true;
39 m_inboundIntegrations = std::forward<InboundIntegrationsT>(value);
41 template <
typename InboundIntegrationsT = Aws::Vector<InboundIntegration>>
46 template <
typename InboundIntegrationsT = InboundIntegration>
48 m_inboundIntegrationsHasBeenSet =
true;
49 m_inboundIntegrations.emplace_back(std::forward<InboundIntegrationsT>(value));
60 template <
typename MarkerT = Aws::String>
62 m_markerHasBeenSet =
true;
63 m_marker = std::forward<MarkerT>(value);
65 template <
typename MarkerT = Aws::String>
75 template <
typename RequestIdT = Aws::String>
77 m_requestIdHasBeenSet =
true;
78 m_requestId = std::forward<RequestIdT>(value);
80 template <
typename RequestIdT = Aws::String>
88 bool m_inboundIntegrationsHasBeenSet =
false;
91 bool m_markerHasBeenSet =
false;
94 bool m_requestIdHasBeenSet =
false;
void SetMarker(MarkerT &&value)
DescribeInboundIntegrationsResult & WithInboundIntegrations(InboundIntegrationsT &&value)
AWS_GLUE_API DescribeInboundIntegrationsResult()=default
void SetInboundIntegrations(InboundIntegrationsT &&value)
AWS_GLUE_API DescribeInboundIntegrationsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_GLUE_API DescribeInboundIntegrationsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetMarker() const
void SetRequestId(RequestIdT &&value)
DescribeInboundIntegrationsResult & WithRequestId(RequestIdT &&value)
const Aws::Vector< InboundIntegration > & GetInboundIntegrations() const
const Aws::String & GetRequestId() const
DescribeInboundIntegrationsResult & WithMarker(MarkerT &&value)
DescribeInboundIntegrationsResult & AddInboundIntegrations(InboundIntegrationsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue