AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
GreengrassOutputDetails.h
1
6#pragma once
7#include <aws/lookoutvision/LookoutforVision_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.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 GreengrassOutputDetails() = default;
36 AWS_LOOKOUTFORVISION_API GreengrassOutputDetails(Aws::Utils::Json::JsonView jsonValue);
37 AWS_LOOKOUTFORVISION_API GreengrassOutputDetails& operator=(Aws::Utils::Json::JsonView jsonValue);
38 AWS_LOOKOUTFORVISION_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
45 inline const Aws::String& GetComponentVersionArn() const { return m_componentVersionArn; }
46 inline bool ComponentVersionArnHasBeenSet() const { return m_componentVersionArnHasBeenSet; }
47 template<typename ComponentVersionArnT = Aws::String>
48 void SetComponentVersionArn(ComponentVersionArnT&& value) { m_componentVersionArnHasBeenSet = true; m_componentVersionArn = std::forward<ComponentVersionArnT>(value); }
49 template<typename ComponentVersionArnT = Aws::String>
50 GreengrassOutputDetails& WithComponentVersionArn(ComponentVersionArnT&& value) { SetComponentVersionArn(std::forward<ComponentVersionArnT>(value)); return *this;}
52
54
57 inline const Aws::String& GetComponentName() const { return m_componentName; }
58 inline bool ComponentNameHasBeenSet() const { return m_componentNameHasBeenSet; }
59 template<typename ComponentNameT = Aws::String>
60 void SetComponentName(ComponentNameT&& value) { m_componentNameHasBeenSet = true; m_componentName = std::forward<ComponentNameT>(value); }
61 template<typename ComponentNameT = Aws::String>
62 GreengrassOutputDetails& WithComponentName(ComponentNameT&& value) { SetComponentName(std::forward<ComponentNameT>(value)); return *this;}
64
66
69 inline const Aws::String& GetComponentVersion() const { return m_componentVersion; }
70 inline bool ComponentVersionHasBeenSet() const { return m_componentVersionHasBeenSet; }
71 template<typename ComponentVersionT = Aws::String>
72 void SetComponentVersion(ComponentVersionT&& value) { m_componentVersionHasBeenSet = true; m_componentVersion = std::forward<ComponentVersionT>(value); }
73 template<typename ComponentVersionT = Aws::String>
74 GreengrassOutputDetails& WithComponentVersion(ComponentVersionT&& value) { SetComponentVersion(std::forward<ComponentVersionT>(value)); return *this;}
76 private:
77
78 Aws::String m_componentVersionArn;
79 bool m_componentVersionArnHasBeenSet = false;
80
81 Aws::String m_componentName;
82 bool m_componentNameHasBeenSet = false;
83
84 Aws::String m_componentVersion;
85 bool m_componentVersionHasBeenSet = false;
86 };
87
88} // namespace Model
89} // namespace LookoutforVision
90} // namespace Aws
GreengrassOutputDetails & WithComponentVersion(ComponentVersionT &&value)
AWS_LOOKOUTFORVISION_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_LOOKOUTFORVISION_API GreengrassOutputDetails()=default
GreengrassOutputDetails & WithComponentName(ComponentNameT &&value)
GreengrassOutputDetails & WithComponentVersionArn(ComponentVersionArnT &&value)
AWS_LOOKOUTFORVISION_API GreengrassOutputDetails(Aws::Utils::Json::JsonView jsonValue)
AWS_LOOKOUTFORVISION_API GreengrassOutputDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue