7#include <aws/controlcatalog/ControlCatalog_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace ControlCatalog
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>
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>
76 bool m_typeHasBeenSet =
false;
79 bool m_identifierHasBeenSet =
false;
bool TypeHasBeenSet() const
const Aws::String & GetIdentifier() const
void SetType(TypeT &&value)
ImplementationSummary & WithIdentifier(IdentifierT &&value)
AWS_CONTROLCATALOG_API ImplementationSummary()=default
bool IdentifierHasBeenSet() const
AWS_CONTROLCATALOG_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetType() const
AWS_CONTROLCATALOG_API ImplementationSummary(Aws::Utils::Json::JsonView jsonValue)
AWS_CONTROLCATALOG_API ImplementationSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
ImplementationSummary & WithType(TypeT &&value)
void SetIdentifier(IdentifierT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue