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/DevEndpoint.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
42 template<
typename DevEndpo
intsT = Aws::Vector<DevEndpo
int>>
43 void SetDevEndpoints(DevEndpointsT&& value) { m_devEndpointsHasBeenSet =
true; m_devEndpoints = std::forward<DevEndpointsT>(value); }
44 template<
typename DevEndpo
intsT = Aws::Vector<DevEndpo
int>>
46 template<
typename DevEndpo
intsT = DevEndpo
int>
55 template<
typename DevEndpo
intsNotFoundT = Aws::Vector<Aws::String>>
56 void SetDevEndpointsNotFound(DevEndpointsNotFoundT&& value) { m_devEndpointsNotFoundHasBeenSet =
true; m_devEndpointsNotFound = std::forward<DevEndpointsNotFoundT>(value); }
57 template<
typename DevEndpo
intsNotFoundT = Aws::Vector<Aws::String>>
59 template<
typename DevEndpo
intsNotFoundT = Aws::String>
66 template<
typename RequestIdT = Aws::String>
67 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
68 template<
typename RequestIdT = Aws::String>
74 bool m_devEndpointsHasBeenSet =
false;
77 bool m_devEndpointsNotFoundHasBeenSet =
false;
80 bool m_requestIdHasBeenSet =
false;
AWS_GLUE_API BatchGetDevEndpointsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_GLUE_API BatchGetDevEndpointsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
BatchGetDevEndpointsResult & WithRequestId(RequestIdT &&value)
BatchGetDevEndpointsResult & WithDevEndpointsNotFound(DevEndpointsNotFoundT &&value)
AWS_GLUE_API BatchGetDevEndpointsResult()=default
void SetDevEndpoints(DevEndpointsT &&value)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
const Aws::Vector< DevEndpoint > & GetDevEndpoints() const
BatchGetDevEndpointsResult & AddDevEndpoints(DevEndpointsT &&value)
BatchGetDevEndpointsResult & WithDevEndpoints(DevEndpointsT &&value)
void SetDevEndpointsNotFound(DevEndpointsNotFoundT &&value)
BatchGetDevEndpointsResult & AddDevEndpointsNotFound(DevEndpointsNotFoundT &&value)
const Aws::Vector< Aws::String > & GetDevEndpointsNotFound() 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