AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace Lambda
22{
23namespace Model
24{
25
36 {
37 public:
38 AWS_LAMBDA_API SnapStart();
39 AWS_LAMBDA_API SnapStart(Aws::Utils::Json::JsonView jsonValue);
41 AWS_LAMBDA_API Aws::Utils::Json::JsonValue Jsonize() const;
42
43
45
49 inline const SnapStartApplyOn& GetApplyOn() const{ return m_applyOn; }
50 inline bool ApplyOnHasBeenSet() const { return m_applyOnHasBeenSet; }
51 inline void SetApplyOn(const SnapStartApplyOn& value) { m_applyOnHasBeenSet = true; m_applyOn = value; }
52 inline void SetApplyOn(SnapStartApplyOn&& value) { m_applyOnHasBeenSet = true; m_applyOn = std::move(value); }
53 inline SnapStart& WithApplyOn(const SnapStartApplyOn& value) { SetApplyOn(value); return *this;}
54 inline SnapStart& WithApplyOn(SnapStartApplyOn&& value) { SetApplyOn(std::move(value)); return *this;}
56 private:
57
58 SnapStartApplyOn m_applyOn;
59 bool m_applyOnHasBeenSet = false;
60 };
61
62} // namespace Model
63} // namespace Lambda
64} // namespace Aws
void SetApplyOn(SnapStartApplyOn &&value)
Definition SnapStart.h:52
SnapStart & WithApplyOn(SnapStartApplyOn &&value)
Definition SnapStart.h:54
void SetApplyOn(const SnapStartApplyOn &value)
Definition SnapStart.h:51
AWS_LAMBDA_API SnapStart(Aws::Utils::Json::JsonView jsonValue)
AWS_LAMBDA_API Aws::Utils::Json::JsonValue Jsonize() const
SnapStart & WithApplyOn(const SnapStartApplyOn &value)
Definition SnapStart.h:53
AWS_LAMBDA_API SnapStart & operator=(Aws::Utils::Json::JsonView jsonValue)
const SnapStartApplyOn & GetApplyOn() const
Definition SnapStart.h:49
Aws::Utils::Json::JsonValue JsonValue