AWS SDK for C++

AWS SDK for C++ Version 1.11.800

Loading...
Searching...
No Matches
WindowsConfiguration.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
27 public:
28 AWS_IMAGEBUILDER_API WindowsConfiguration() = default;
29 AWS_IMAGEBUILDER_API WindowsConfiguration(Aws::Utils::Json::JsonView jsonValue);
31 AWS_IMAGEBUILDER_API Aws::Utils::Json::JsonValue Jsonize() const;
32
34
39 inline long long GetImageIndex() const { return m_imageIndex; }
40 inline bool ImageIndexHasBeenSet() const { return m_imageIndexHasBeenSet; }
41 inline void SetImageIndex(long long value) {
42 m_imageIndexHasBeenSet = true;
43 m_imageIndex = value;
44 }
45 inline WindowsConfiguration& WithImageIndex(long long value) {
46 SetImageIndex(value);
47 return *this;
48 }
50 private:
51 long long m_imageIndex{0};
52 bool m_imageIndexHasBeenSet = false;
53};
54
55} // namespace Model
56} // namespace imagebuilder
57} // namespace Aws
AWS_IMAGEBUILDER_API WindowsConfiguration()=default
AWS_IMAGEBUILDER_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_IMAGEBUILDER_API WindowsConfiguration(Aws::Utils::Json::JsonView jsonValue)
WindowsConfiguration & WithImageIndex(long long value)
AWS_IMAGEBUILDER_API WindowsConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue