AWS SDK for C++

AWS SDK for C++ Version 1.11.719

Loading...
Searching...
No Matches
FastLaunchSnapshotConfiguration.h
1
6#pragma once
7#include <aws/imagebuilder/Imagebuilder_EXPORTS.h>
8
9namespace Aws {
10namespace Utils {
11namespace Json {
12class JsonValue;
13class JsonView;
14} // namespace Json
15} // namespace Utils
16namespace imagebuilder {
17namespace Model {
18
26 public:
27 AWS_IMAGEBUILDER_API FastLaunchSnapshotConfiguration() = default;
30 AWS_IMAGEBUILDER_API Aws::Utils::Json::JsonValue Jsonize() const;
31
33
37 inline int GetTargetResourceCount() const { return m_targetResourceCount; }
38 inline bool TargetResourceCountHasBeenSet() const { return m_targetResourceCountHasBeenSet; }
39 inline void SetTargetResourceCount(int value) {
40 m_targetResourceCountHasBeenSet = true;
41 m_targetResourceCount = value;
42 }
45 return *this;
46 }
48 private:
49 int m_targetResourceCount{0};
50 bool m_targetResourceCountHasBeenSet = false;
51};
52
53} // namespace Model
54} // namespace imagebuilder
55} // namespace Aws
AWS_IMAGEBUILDER_API FastLaunchSnapshotConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_IMAGEBUILDER_API FastLaunchSnapshotConfiguration(Aws::Utils::Json::JsonView jsonValue)
FastLaunchSnapshotConfiguration & WithTargetResourceCount(int value)
AWS_IMAGEBUILDER_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_IMAGEBUILDER_API FastLaunchSnapshotConfiguration()=default
Aws::Utils::Json::JsonValue JsonValue