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;
69 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
AWS_GLUE_API BatchGetDevEndpointsResult()
void SetDevEndpoints(Aws::Vector< DevEndpoint > &&value)
BatchGetDevEndpointsResult & WithDevEndpoints(Aws::Vector< DevEndpoint > &&value)
AWS_GLUE_API BatchGetDevEndpointsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetDevEndpoints(const Aws::Vector< DevEndpoint > &value)
AWS_GLUE_API BatchGetDevEndpointsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
BatchGetDevEndpointsResult & AddDevEndpointsNotFound(const Aws::String &value)
BatchGetDevEndpointsResult & WithRequestId(const char *value)
BatchGetDevEndpointsResult & WithDevEndpoints(const Aws::Vector< DevEndpoint > &value)
BatchGetDevEndpointsResult & WithRequestId(const Aws::String &value)
BatchGetDevEndpointsResult & AddDevEndpointsNotFound(const char *value)
void SetDevEndpointsNotFound(Aws::Vector< Aws::String > &&value)
BatchGetDevEndpointsResult & AddDevEndpoints(const DevEndpoint &value)
const Aws::String & GetRequestId() const
const Aws::Vector< DevEndpoint > & GetDevEndpoints() const
void SetRequestId(const char *value)
BatchGetDevEndpointsResult & WithDevEndpointsNotFound(const Aws::Vector< Aws::String > &value)
BatchGetDevEndpointsResult & WithDevEndpointsNotFound(Aws::Vector< Aws::String > &&value)
BatchGetDevEndpointsResult & AddDevEndpointsNotFound(Aws::String &&value)
BatchGetDevEndpointsResult & AddDevEndpoints(DevEndpoint &&value)
BatchGetDevEndpointsResult & WithRequestId(Aws::String &&value)
void SetRequestId(Aws::String &&value)
const Aws::Vector< Aws::String > & GetDevEndpointsNotFound() const
void SetDevEndpointsNotFound(const Aws::Vector< Aws::String > &value)
void SetRequestId(const Aws::String &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