AWS SDK for C++

AWS SDK for C++ Version 1.11.743

Loading...
Searching...
No Matches
RegisterApplicationResult.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/ssm-sap/SsmSap_EXPORTS.h>
9#include <aws/ssm-sap/model/Application.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 RegisterApplicationResult() = default;
29
31
34 inline const Application& GetApplication() const { return m_application; }
35 template <typename ApplicationT = Application>
36 void SetApplication(ApplicationT&& value) {
37 m_applicationHasBeenSet = true;
38 m_application = std::forward<ApplicationT>(value);
39 }
40 template <typename ApplicationT = Application>
42 SetApplication(std::forward<ApplicationT>(value));
43 return *this;
44 }
46
48
51 inline const Aws::String& GetOperationId() const { return m_operationId; }
52 template <typename OperationIdT = Aws::String>
53 void SetOperationId(OperationIdT&& value) {
54 m_operationIdHasBeenSet = true;
55 m_operationId = std::forward<OperationIdT>(value);
56 }
57 template <typename OperationIdT = Aws::String>
59 SetOperationId(std::forward<OperationIdT>(value));
60 return *this;
61 }
63
65
66 inline const Aws::String& GetRequestId() const { return m_requestId; }
67 template <typename RequestIdT = Aws::String>
68 void SetRequestId(RequestIdT&& value) {
69 m_requestIdHasBeenSet = true;
70 m_requestId = std::forward<RequestIdT>(value);
71 }
72 template <typename RequestIdT = Aws::String>
74 SetRequestId(std::forward<RequestIdT>(value));
75 return *this;
76 }
78 private:
79 Application m_application;
80
81 Aws::String m_operationId;
82
83 Aws::String m_requestId;
84 bool m_applicationHasBeenSet = false;
85 bool m_operationIdHasBeenSet = false;
86 bool m_requestIdHasBeenSet = false;
87};
88
89} // namespace Model
90} // namespace SsmSap
91} // namespace Aws
AWS_SSMSAP_API RegisterApplicationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_SSMSAP_API RegisterApplicationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
RegisterApplicationResult & WithRequestId(RequestIdT &&value)
RegisterApplicationResult & WithApplication(ApplicationT &&value)
AWS_SSMSAP_API RegisterApplicationResult()=default
RegisterApplicationResult & WithOperationId(OperationIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue