AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
MaintenanceWindowLambdaParameters.h
1
6#pragma once
7#include <aws/ssm/SSM_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/Array.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace SSM
23{
24namespace Model
25{
26
50 {
51 public:
56
57
59
64 inline const Aws::String& GetClientContext() const{ return m_clientContext; }
65 inline bool ClientContextHasBeenSet() const { return m_clientContextHasBeenSet; }
66 inline void SetClientContext(const Aws::String& value) { m_clientContextHasBeenSet = true; m_clientContext = value; }
67 inline void SetClientContext(Aws::String&& value) { m_clientContextHasBeenSet = true; m_clientContext = std::move(value); }
68 inline void SetClientContext(const char* value) { m_clientContextHasBeenSet = true; m_clientContext.assign(value); }
70 inline MaintenanceWindowLambdaParameters& WithClientContext(Aws::String&& value) { SetClientContext(std::move(value)); return *this;}
71 inline MaintenanceWindowLambdaParameters& WithClientContext(const char* value) { SetClientContext(value); return *this;}
73
75
82 inline const Aws::String& GetQualifier() const{ return m_qualifier; }
83 inline bool QualifierHasBeenSet() const { return m_qualifierHasBeenSet; }
84 inline void SetQualifier(const Aws::String& value) { m_qualifierHasBeenSet = true; m_qualifier = value; }
85 inline void SetQualifier(Aws::String&& value) { m_qualifierHasBeenSet = true; m_qualifier = std::move(value); }
86 inline void SetQualifier(const char* value) { m_qualifierHasBeenSet = true; m_qualifier.assign(value); }
87 inline MaintenanceWindowLambdaParameters& WithQualifier(const Aws::String& value) { SetQualifier(value); return *this;}
88 inline MaintenanceWindowLambdaParameters& WithQualifier(Aws::String&& value) { SetQualifier(std::move(value)); return *this;}
89 inline MaintenanceWindowLambdaParameters& WithQualifier(const char* value) { SetQualifier(value); return *this;}
91
93
96 inline const Aws::Utils::CryptoBuffer& GetPayload() const{ return m_payload; }
97 inline bool PayloadHasBeenSet() const { return m_payloadHasBeenSet; }
98 inline void SetPayload(const Aws::Utils::CryptoBuffer& value) { m_payloadHasBeenSet = true; m_payload = value; }
99 inline void SetPayload(Aws::Utils::CryptoBuffer&& value) { m_payloadHasBeenSet = true; m_payload = std::move(value); }
101 inline MaintenanceWindowLambdaParameters& WithPayload(Aws::Utils::CryptoBuffer&& value) { SetPayload(std::move(value)); return *this;}
103 private:
104
105 Aws::String m_clientContext;
106 bool m_clientContextHasBeenSet = false;
107
108 Aws::String m_qualifier;
109 bool m_qualifierHasBeenSet = false;
110
111 Aws::Utils::CryptoBuffer m_payload;
112 bool m_payloadHasBeenSet = false;
113 };
114
115} // namespace Model
116} // namespace SSM
117} // namespace Aws
MaintenanceWindowLambdaParameters & WithQualifier(const char *value)
MaintenanceWindowLambdaParameters & WithClientContext(const Aws::String &value)
MaintenanceWindowLambdaParameters & WithClientContext(const char *value)
MaintenanceWindowLambdaParameters & WithPayload(Aws::Utils::CryptoBuffer &&value)
MaintenanceWindowLambdaParameters & WithQualifier(Aws::String &&value)
MaintenanceWindowLambdaParameters & WithPayload(const Aws::Utils::CryptoBuffer &value)
AWS_SSM_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SSM_API MaintenanceWindowLambdaParameters(Aws::Utils::Json::JsonView jsonValue)
AWS_SSM_API MaintenanceWindowLambdaParameters & operator=(Aws::Utils::Json::JsonView jsonValue)
MaintenanceWindowLambdaParameters & WithClientContext(Aws::String &&value)
MaintenanceWindowLambdaParameters & WithQualifier(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue