7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/translate/Translate_EXPORTS.h>
40 template <
typename RepositoryTypeT = Aws::String>
42 m_repositoryTypeHasBeenSet =
true;
43 m_repositoryType = std::forward<RepositoryTypeT>(value);
45 template <
typename RepositoryTypeT = Aws::String>
67 template <
typename LocationT = Aws::String>
69 m_locationHasBeenSet =
true;
70 m_location = std::forward<LocationT>(value);
72 template <
typename LocationT = Aws::String>
82 bool m_repositoryTypeHasBeenSet =
false;
83 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