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