AWS SDK for C++

AWS SDK for C++ Version 1.11.695

Loading...
Searching...
No Matches
SnapStart.h
1
6#pragma once
7#include <aws/lambda/Lambda_EXPORTS.h>
8#include <aws/lambda/model/SnapStartApplyOn.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace Lambda {
20namespace Model {
21
31class SnapStart {
32 public:
33 AWS_LAMBDA_API SnapStart() = default;
34 AWS_LAMBDA_API SnapStart(Aws::Utils::Json::JsonView jsonValue);
36 AWS_LAMBDA_API Aws::Utils::Json::JsonValue Jsonize() const;
37
39
43 inline SnapStartApplyOn GetApplyOn() const { return m_applyOn; }
44 inline bool ApplyOnHasBeenSet() const { return m_applyOnHasBeenSet; }
45 inline void SetApplyOn(SnapStartApplyOn value) {
46 m_applyOnHasBeenSet = true;
47 m_applyOn = value;
48 }
50 SetApplyOn(value);
51 return *this;
52 }
54 private:
56 bool m_applyOnHasBeenSet = false;
57};
58
59} // namespace Model
60} // namespace Lambda
61} // namespace Aws
void SetApplyOn(SnapStartApplyOn value)
Definition SnapStart.h:45
SnapStart & WithApplyOn(SnapStartApplyOn value)
Definition SnapStart.h:49
AWS_LAMBDA_API SnapStart(Aws::Utils::Json::JsonView jsonValue)
AWS_LAMBDA_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_LAMBDA_API SnapStart()=default
AWS_LAMBDA_API SnapStart & operator=(Aws::Utils::Json::JsonView jsonValue)
SnapStartApplyOn GetApplyOn() const
Definition SnapStart.h:43
Aws::Utils::Json::JsonValue JsonValue