AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
ModelPackagingOutputDetails.h
1
6#pragma once
7#include <aws/lookoutvision/LookoutforVision_EXPORTS.h>
8#include <aws/lookoutvision/model/GreengrassOutputDetails.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 LookoutforVision
22{
23namespace Model
24{
25
33 {
34 public:
35 AWS_LOOKOUTFORVISION_API ModelPackagingOutputDetails() = default;
36 AWS_LOOKOUTFORVISION_API ModelPackagingOutputDetails(Aws::Utils::Json::JsonView jsonValue);
38 AWS_LOOKOUTFORVISION_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
46 inline const GreengrassOutputDetails& GetGreengrass() const { return m_greengrass; }
47 inline bool GreengrassHasBeenSet() const { return m_greengrassHasBeenSet; }
48 template<typename GreengrassT = GreengrassOutputDetails>
49 void SetGreengrass(GreengrassT&& value) { m_greengrassHasBeenSet = true; m_greengrass = std::forward<GreengrassT>(value); }
50 template<typename GreengrassT = GreengrassOutputDetails>
51 ModelPackagingOutputDetails& WithGreengrass(GreengrassT&& value) { SetGreengrass(std::forward<GreengrassT>(value)); return *this;}
53 private:
54
55 GreengrassOutputDetails m_greengrass;
56 bool m_greengrassHasBeenSet = false;
57 };
58
59} // namespace Model
60} // namespace LookoutforVision
61} // namespace Aws
AWS_LOOKOUTFORVISION_API ModelPackagingOutputDetails(Aws::Utils::Json::JsonView jsonValue)
ModelPackagingOutputDetails & WithGreengrass(GreengrassT &&value)
AWS_LOOKOUTFORVISION_API ModelPackagingOutputDetails()=default
AWS_LOOKOUTFORVISION_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_LOOKOUTFORVISION_API ModelPackagingOutputDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue