AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
UnlabelParameterVersionResult.h
1
6#pragma once
7#include <aws/ssm/SSM_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <utility>
11
12namespace Aws
13{
14template<typename RESULT_TYPE>
15class AmazonWebServiceResult;
16
17namespace Utils
18{
19namespace Json
20{
21 class JsonValue;
22} // namespace Json
23} // namespace Utils
24namespace SSM
25{
26namespace Model
27{
29 {
30 public:
34
35
37
40 inline const Aws::Vector<Aws::String>& GetRemovedLabels() const{ return m_removedLabels; }
41 inline void SetRemovedLabels(const Aws::Vector<Aws::String>& value) { m_removedLabels = value; }
42 inline void SetRemovedLabels(Aws::Vector<Aws::String>&& value) { m_removedLabels = std::move(value); }
45 inline UnlabelParameterVersionResult& AddRemovedLabels(const Aws::String& value) { m_removedLabels.push_back(value); return *this; }
46 inline UnlabelParameterVersionResult& AddRemovedLabels(Aws::String&& value) { m_removedLabels.push_back(std::move(value)); return *this; }
47 inline UnlabelParameterVersionResult& AddRemovedLabels(const char* value) { m_removedLabels.push_back(value); return *this; }
49
51
54 inline const Aws::Vector<Aws::String>& GetInvalidLabels() const{ return m_invalidLabels; }
55 inline void SetInvalidLabels(const Aws::Vector<Aws::String>& value) { m_invalidLabels = value; }
56 inline void SetInvalidLabels(Aws::Vector<Aws::String>&& value) { m_invalidLabels = std::move(value); }
59 inline UnlabelParameterVersionResult& AddInvalidLabels(const Aws::String& value) { m_invalidLabels.push_back(value); return *this; }
60 inline UnlabelParameterVersionResult& AddInvalidLabels(Aws::String&& value) { m_invalidLabels.push_back(std::move(value)); return *this; }
61 inline UnlabelParameterVersionResult& AddInvalidLabels(const char* value) { m_invalidLabels.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 UnlabelParameterVersionResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
71 inline UnlabelParameterVersionResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
72 inline UnlabelParameterVersionResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
74 private:
75
76 Aws::Vector<Aws::String> m_removedLabels;
77
78 Aws::Vector<Aws::String> m_invalidLabels;
79
80 Aws::String m_requestId;
81 };
82
83} // namespace Model
84} // namespace SSM
85} // namespace Aws
UnlabelParameterVersionResult & AddRemovedLabels(Aws::String &&value)
const Aws::Vector< Aws::String > & GetRemovedLabels() const
void SetInvalidLabels(const Aws::Vector< Aws::String > &value)
AWS_SSM_API UnlabelParameterVersionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UnlabelParameterVersionResult & WithRequestId(const Aws::String &value)
void SetInvalidLabels(Aws::Vector< Aws::String > &&value)
AWS_SSM_API UnlabelParameterVersionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UnlabelParameterVersionResult & WithInvalidLabels(Aws::Vector< Aws::String > &&value)
UnlabelParameterVersionResult & AddInvalidLabels(const char *value)
UnlabelParameterVersionResult & WithRequestId(const char *value)
UnlabelParameterVersionResult & AddInvalidLabels(const Aws::String &value)
UnlabelParameterVersionResult & WithRemovedLabels(Aws::Vector< Aws::String > &&value)
UnlabelParameterVersionResult & AddInvalidLabels(Aws::String &&value)
void SetRemovedLabels(Aws::Vector< Aws::String > &&value)
UnlabelParameterVersionResult & AddRemovedLabels(const Aws::String &value)
const Aws::Vector< Aws::String > & GetInvalidLabels() const
void SetRemovedLabels(const Aws::Vector< Aws::String > &value)
UnlabelParameterVersionResult & WithRequestId(Aws::String &&value)
UnlabelParameterVersionResult & WithRemovedLabels(const Aws::Vector< Aws::String > &value)
UnlabelParameterVersionResult & WithInvalidLabels(const Aws::Vector< Aws::String > &value)
UnlabelParameterVersionResult & AddRemovedLabels(const char *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