AWS SDK for C++

AWS SDK for C++ Version 1.11.608

Loading...
Searching...
No Matches
ImplementationDetails.h
1
6#pragma once
7#include <aws/controlcatalog/ControlCatalog_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 ControlCatalog
22{
23namespace Model
24{
25
47 {
48 public:
49 AWS_CONTROLCATALOG_API ImplementationDetails() = default;
50 AWS_CONTROLCATALOG_API ImplementationDetails(Aws::Utils::Json::JsonView jsonValue);
52 AWS_CONTROLCATALOG_API Aws::Utils::Json::JsonValue Jsonize() const;
53
54
56
59 inline const Aws::String& GetType() const { return m_type; }
60 inline bool TypeHasBeenSet() const { return m_typeHasBeenSet; }
61 template<typename TypeT = Aws::String>
62 void SetType(TypeT&& value) { m_typeHasBeenSet = true; m_type = std::forward<TypeT>(value); }
63 template<typename TypeT = Aws::String>
64 ImplementationDetails& WithType(TypeT&& value) { SetType(std::forward<TypeT>(value)); return *this;}
66
68
73 inline const Aws::String& GetIdentifier() const { return m_identifier; }
74 inline bool IdentifierHasBeenSet() const { return m_identifierHasBeenSet; }
75 template<typename IdentifierT = Aws::String>
76 void SetIdentifier(IdentifierT&& value) { m_identifierHasBeenSet = true; m_identifier = std::forward<IdentifierT>(value); }
77 template<typename IdentifierT = Aws::String>
78 ImplementationDetails& WithIdentifier(IdentifierT&& value) { SetIdentifier(std::forward<IdentifierT>(value)); return *this;}
80 private:
81
82 Aws::String m_type;
83 bool m_typeHasBeenSet = false;
84
85 Aws::String m_identifier;
86 bool m_identifierHasBeenSet = false;
87 };
88
89} // namespace Model
90} // namespace ControlCatalog
91} // namespace Aws
AWS_CONTROLCATALOG_API ImplementationDetails()=default
ImplementationDetails & WithIdentifier(IdentifierT &&value)
AWS_CONTROLCATALOG_API ImplementationDetails(Aws::Utils::Json::JsonView jsonValue)
AWS_CONTROLCATALOG_API ImplementationDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
ImplementationDetails & WithType(TypeT &&value)
AWS_CONTROLCATALOG_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue