AWS SDK for C++

AWS SDK for C++ Version 1.11.608

Loading...
Searching...
No Matches
ImplementationSummary.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
36 {
37 public:
38 AWS_CONTROLCATALOG_API ImplementationSummary() = default;
39 AWS_CONTROLCATALOG_API ImplementationSummary(Aws::Utils::Json::JsonView jsonValue);
41 AWS_CONTROLCATALOG_API Aws::Utils::Json::JsonValue Jsonize() const;
42
43
45
52 inline const Aws::String& GetType() const { return m_type; }
53 inline bool TypeHasBeenSet() const { return m_typeHasBeenSet; }
54 template<typename TypeT = Aws::String>
55 void SetType(TypeT&& value) { m_typeHasBeenSet = true; m_type = std::forward<TypeT>(value); }
56 template<typename TypeT = Aws::String>
57 ImplementationSummary& WithType(TypeT&& value) { SetType(std::forward<TypeT>(value)); return *this;}
59
61
66 inline const Aws::String& GetIdentifier() const { return m_identifier; }
67 inline bool IdentifierHasBeenSet() const { return m_identifierHasBeenSet; }
68 template<typename IdentifierT = Aws::String>
69 void SetIdentifier(IdentifierT&& value) { m_identifierHasBeenSet = true; m_identifier = std::forward<IdentifierT>(value); }
70 template<typename IdentifierT = Aws::String>
71 ImplementationSummary& WithIdentifier(IdentifierT&& value) { SetIdentifier(std::forward<IdentifierT>(value)); return *this;}
73 private:
74
75 Aws::String m_type;
76 bool m_typeHasBeenSet = false;
77
78 Aws::String m_identifier;
79 bool m_identifierHasBeenSet = false;
80 };
81
82} // namespace Model
83} // namespace ControlCatalog
84} // namespace Aws
ImplementationSummary & WithIdentifier(IdentifierT &&value)
AWS_CONTROLCATALOG_API ImplementationSummary()=default
AWS_CONTROLCATALOG_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_CONTROLCATALOG_API ImplementationSummary(Aws::Utils::Json::JsonView jsonValue)
AWS_CONTROLCATALOG_API ImplementationSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
ImplementationSummary & WithType(TypeT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue