AWS SDK for C++

AWS SDK for C++ Version 1.11.741

Loading...
Searching...
No Matches
UpdateApplicationSettingsResult.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/ssm-sap/SsmSap_EXPORTS.h>
10
11#include <utility>
12
13namespace Aws {
14template <typename RESULT_TYPE>
15class AmazonWebServiceResult;
16
17namespace Utils {
18namespace Json {
19class JsonValue;
20} // namespace Json
21} // namespace Utils
22namespace SsmSap {
23namespace Model {
25 public:
26 AWS_SSMSAP_API UpdateApplicationSettingsResult() = default;
29
31
34 inline const Aws::String& GetMessage() const { return m_message; }
35 template <typename MessageT = Aws::String>
36 void SetMessage(MessageT&& value) {
37 m_messageHasBeenSet = true;
38 m_message = std::forward<MessageT>(value);
39 }
40 template <typename MessageT = Aws::String>
42 SetMessage(std::forward<MessageT>(value));
43 return *this;
44 }
46
48
51 inline const Aws::Vector<Aws::String>& GetOperationIds() const { return m_operationIds; }
52 template <typename OperationIdsT = Aws::Vector<Aws::String>>
53 void SetOperationIds(OperationIdsT&& value) {
54 m_operationIdsHasBeenSet = true;
55 m_operationIds = std::forward<OperationIdsT>(value);
56 }
57 template <typename OperationIdsT = Aws::Vector<Aws::String>>
59 SetOperationIds(std::forward<OperationIdsT>(value));
60 return *this;
61 }
62 template <typename OperationIdsT = Aws::String>
64 m_operationIdsHasBeenSet = true;
65 m_operationIds.emplace_back(std::forward<OperationIdsT>(value));
66 return *this;
67 }
69
71
72 inline const Aws::String& GetRequestId() const { return m_requestId; }
73 template <typename RequestIdT = Aws::String>
74 void SetRequestId(RequestIdT&& value) {
75 m_requestIdHasBeenSet = true;
76 m_requestId = std::forward<RequestIdT>(value);
77 }
78 template <typename RequestIdT = Aws::String>
80 SetRequestId(std::forward<RequestIdT>(value));
81 return *this;
82 }
84 private:
85 Aws::String m_message;
86
87 Aws::Vector<Aws::String> m_operationIds;
88
89 Aws::String m_requestId;
90 bool m_messageHasBeenSet = false;
91 bool m_operationIdsHasBeenSet = false;
92 bool m_requestIdHasBeenSet = false;
93};
94
95} // namespace Model
96} // namespace SsmSap
97} // namespace Aws
AWS_SSMSAP_API UpdateApplicationSettingsResult()=default
UpdateApplicationSettingsResult & WithRequestId(RequestIdT &&value)
AWS_SSMSAP_API UpdateApplicationSettingsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateApplicationSettingsResult & WithOperationIds(OperationIdsT &&value)
AWS_SSMSAP_API UpdateApplicationSettingsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateApplicationSettingsResult & WithMessage(MessageT &&value)
UpdateApplicationSettingsResult & AddOperationIds(OperationIdsT &&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