7#include <aws/datazone/DataZone_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename TypeIdentifierT = Aws::String>
47 void SetTypeIdentifier(TypeIdentifierT&& value) { m_typeIdentifierHasBeenSet =
true; m_typeIdentifier = std::forward<TypeIdentifierT>(value); }
48 template<
typename TypeIdentifierT = Aws::String>
58 template<
typename TypeRevisionT = Aws::String>
59 void SetTypeRevision(TypeRevisionT&& value) { m_typeRevisionHasBeenSet =
true; m_typeRevision = std::forward<TypeRevisionT>(value); }
60 template<
typename TypeRevisionT = Aws::String>
66 bool m_typeIdentifierHasBeenSet =
false;
69 bool m_typeRevisionHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue