7#include <aws/translate/Translate_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename RepositoryTypeT = Aws::String>
47 void SetRepositoryType(RepositoryTypeT&& value) { m_repositoryTypeHasBeenSet =
true; m_repositoryType = std::forward<RepositoryTypeT>(value); }
48 template<
typename RepositoryTypeT = Aws::String>
67 template<
typename LocationT = Aws::String>
68 void SetLocation(LocationT&& value) { m_locationHasBeenSet =
true; m_location = std::forward<LocationT>(value); }
69 template<
typename LocationT = Aws::String>
75 bool m_repositoryTypeHasBeenSet =
false;
78 bool m_locationHasBeenSet =
false;
TerminologyDataLocation & WithRepositoryType(RepositoryTypeT &&value)
AWS_TRANSLATE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_TRANSLATE_API TerminologyDataLocation(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetLocation() const
TerminologyDataLocation & WithLocation(LocationT &&value)
bool LocationHasBeenSet() const
const Aws::String & GetRepositoryType() const
AWS_TRANSLATE_API TerminologyDataLocation()=default
void SetLocation(LocationT &&value)
bool RepositoryTypeHasBeenSet() const
void SetRepositoryType(RepositoryTypeT &&value)
AWS_TRANSLATE_API TerminologyDataLocation & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue