AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
GetDefaultPatchBaselineResult.h
1
6#pragma once
7#include <aws/ssm/SSM_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/ssm/model/OperatingSystem.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::String& GetBaselineId() const{ return m_baselineId; }
41 inline void SetBaselineId(const Aws::String& value) { m_baselineId = value; }
42 inline void SetBaselineId(Aws::String&& value) { m_baselineId = std::move(value); }
43 inline void SetBaselineId(const char* value) { m_baselineId.assign(value); }
44 inline GetDefaultPatchBaselineResult& WithBaselineId(const Aws::String& value) { SetBaselineId(value); return *this;}
45 inline GetDefaultPatchBaselineResult& WithBaselineId(Aws::String&& value) { SetBaselineId(std::move(value)); return *this;}
46 inline GetDefaultPatchBaselineResult& WithBaselineId(const char* value) { SetBaselineId(value); return *this;}
48
50
53 inline const OperatingSystem& GetOperatingSystem() const{ return m_operatingSystem; }
54 inline void SetOperatingSystem(const OperatingSystem& value) { m_operatingSystem = value; }
55 inline void SetOperatingSystem(OperatingSystem&& value) { m_operatingSystem = std::move(value); }
57 inline GetDefaultPatchBaselineResult& WithOperatingSystem(OperatingSystem&& value) { SetOperatingSystem(std::move(value)); return *this;}
59
61
62 inline const Aws::String& GetRequestId() const{ return m_requestId; }
63 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
64 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
65 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
66 inline GetDefaultPatchBaselineResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
67 inline GetDefaultPatchBaselineResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
68 inline GetDefaultPatchBaselineResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
70 private:
71
72 Aws::String m_baselineId;
73
74 OperatingSystem m_operatingSystem;
75
76 Aws::String m_requestId;
77 };
78
79} // namespace Model
80} // namespace SSM
81} // namespace Aws
GetDefaultPatchBaselineResult & WithOperatingSystem(const OperatingSystem &value)
GetDefaultPatchBaselineResult & WithOperatingSystem(OperatingSystem &&value)
GetDefaultPatchBaselineResult & WithBaselineId(const char *value)
GetDefaultPatchBaselineResult & WithBaselineId(Aws::String &&value)
GetDefaultPatchBaselineResult & WithRequestId(Aws::String &&value)
GetDefaultPatchBaselineResult & WithRequestId(const char *value)
GetDefaultPatchBaselineResult & WithBaselineId(const Aws::String &value)
GetDefaultPatchBaselineResult & WithRequestId(const Aws::String &value)
AWS_SSM_API GetDefaultPatchBaselineResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_SSM_API GetDefaultPatchBaselineResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue