AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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();
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 inline void SetComponentVersionArn(const Aws::String& value) { m_componentVersionArnHasBeenSet = true; m_componentVersionArn = value; }
48 inline void SetComponentVersionArn(Aws::String&& value) { m_componentVersionArnHasBeenSet = true; m_componentVersionArn = std::move(value); }
49 inline void SetComponentVersionArn(const char* value) { m_componentVersionArnHasBeenSet = true; m_componentVersionArn.assign(value); }
51 inline GreengrassOutputDetails& WithComponentVersionArn(Aws::String&& value) { SetComponentVersionArn(std::move(value)); return *this;}
52 inline GreengrassOutputDetails& WithComponentVersionArn(const char* value) { SetComponentVersionArn(value); return *this;}
54
56
59 inline const Aws::String& GetComponentName() const{ return m_componentName; }
60 inline bool ComponentNameHasBeenSet() const { return m_componentNameHasBeenSet; }
61 inline void SetComponentName(const Aws::String& value) { m_componentNameHasBeenSet = true; m_componentName = value; }
62 inline void SetComponentName(Aws::String&& value) { m_componentNameHasBeenSet = true; m_componentName = std::move(value); }
63 inline void SetComponentName(const char* value) { m_componentNameHasBeenSet = true; m_componentName.assign(value); }
64 inline GreengrassOutputDetails& WithComponentName(const Aws::String& value) { SetComponentName(value); return *this;}
65 inline GreengrassOutputDetails& WithComponentName(Aws::String&& value) { SetComponentName(std::move(value)); return *this;}
66 inline GreengrassOutputDetails& WithComponentName(const char* value) { SetComponentName(value); return *this;}
68
70
73 inline const Aws::String& GetComponentVersion() const{ return m_componentVersion; }
74 inline bool ComponentVersionHasBeenSet() const { return m_componentVersionHasBeenSet; }
75 inline void SetComponentVersion(const Aws::String& value) { m_componentVersionHasBeenSet = true; m_componentVersion = value; }
76 inline void SetComponentVersion(Aws::String&& value) { m_componentVersionHasBeenSet = true; m_componentVersion = std::move(value); }
77 inline void SetComponentVersion(const char* value) { m_componentVersionHasBeenSet = true; m_componentVersion.assign(value); }
78 inline GreengrassOutputDetails& WithComponentVersion(const Aws::String& value) { SetComponentVersion(value); return *this;}
79 inline GreengrassOutputDetails& WithComponentVersion(Aws::String&& value) { SetComponentVersion(std::move(value)); return *this;}
80 inline GreengrassOutputDetails& WithComponentVersion(const char* value) { SetComponentVersion(value); return *this;}
82 private:
83
84 Aws::String m_componentVersionArn;
85 bool m_componentVersionArnHasBeenSet = false;
86
87 Aws::String m_componentName;
88 bool m_componentNameHasBeenSet = false;
89
90 Aws::String m_componentVersion;
91 bool m_componentVersionHasBeenSet = false;
92 };
93
94} // namespace Model
95} // namespace LookoutforVision
96} // namespace Aws
GreengrassOutputDetails & WithComponentVersion(Aws::String &&value)
GreengrassOutputDetails & WithComponentVersionArn(const Aws::String &value)
GreengrassOutputDetails & WithComponentVersion(const Aws::String &value)
GreengrassOutputDetails & WithComponentVersion(const char *value)
GreengrassOutputDetails & WithComponentName(const char *value)
AWS_LOOKOUTFORVISION_API Aws::Utils::Json::JsonValue Jsonize() const
GreengrassOutputDetails & WithComponentName(Aws::String &&value)
GreengrassOutputDetails & WithComponentVersionArn(Aws::String &&value)
GreengrassOutputDetails & WithComponentName(const Aws::String &value)
AWS_LOOKOUTFORVISION_API GreengrassOutputDetails(Aws::Utils::Json::JsonView jsonValue)
GreengrassOutputDetails & WithComponentVersionArn(const char *value)
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