AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
BatchGetDevEndpointsResult.h
1
6#pragma once
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>
11#include <utility>
12
13namespace Aws
14{
15template<typename RESULT_TYPE>
16class AmazonWebServiceResult;
17
18namespace Utils
19{
20namespace Json
21{
22 class JsonValue;
23} // namespace Json
24} // namespace Utils
25namespace Glue
26{
27namespace Model
28{
30 {
31 public:
35
36
38
41 inline const Aws::Vector<DevEndpoint>& GetDevEndpoints() const{ return m_devEndpoints; }
42 inline void SetDevEndpoints(const Aws::Vector<DevEndpoint>& value) { m_devEndpoints = value; }
43 inline void SetDevEndpoints(Aws::Vector<DevEndpoint>&& value) { m_devEndpoints = std::move(value); }
45 inline BatchGetDevEndpointsResult& WithDevEndpoints(Aws::Vector<DevEndpoint>&& value) { SetDevEndpoints(std::move(value)); return *this;}
46 inline BatchGetDevEndpointsResult& AddDevEndpoints(const DevEndpoint& value) { m_devEndpoints.push_back(value); return *this; }
47 inline BatchGetDevEndpointsResult& AddDevEndpoints(DevEndpoint&& value) { m_devEndpoints.push_back(std::move(value)); return *this; }
49
51
54 inline const Aws::Vector<Aws::String>& GetDevEndpointsNotFound() const{ return m_devEndpointsNotFound; }
55 inline void SetDevEndpointsNotFound(const Aws::Vector<Aws::String>& value) { m_devEndpointsNotFound = value; }
56 inline void SetDevEndpointsNotFound(Aws::Vector<Aws::String>&& value) { m_devEndpointsNotFound = std::move(value); }
59 inline BatchGetDevEndpointsResult& AddDevEndpointsNotFound(const Aws::String& value) { m_devEndpointsNotFound.push_back(value); return *this; }
60 inline BatchGetDevEndpointsResult& AddDevEndpointsNotFound(Aws::String&& value) { m_devEndpointsNotFound.push_back(std::move(value)); return *this; }
61 inline BatchGetDevEndpointsResult& AddDevEndpointsNotFound(const char* value) { m_devEndpointsNotFound.push_back(value); return *this; }
63
65
66 inline const Aws::String& GetRequestId() const{ return m_requestId; }
67 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
68 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
69 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
70 inline BatchGetDevEndpointsResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
71 inline BatchGetDevEndpointsResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
72 inline BatchGetDevEndpointsResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
74 private:
75
76 Aws::Vector<DevEndpoint> m_devEndpoints;
77
78 Aws::Vector<Aws::String> m_devEndpointsNotFound;
79
80 Aws::String m_requestId;
81 };
82
83} // namespace Model
84} // namespace Glue
85} // namespace Aws
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::Vector< DevEndpoint > & GetDevEndpoints() const
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)
const Aws::Vector< Aws::String > & GetDevEndpointsNotFound() const
void SetDevEndpointsNotFound(const Aws::Vector< 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