7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/translate/Translate_EXPORTS.h>
41 template <
typename RepositoryTypeT = Aws::String>
43 m_repositoryTypeHasBeenSet =
true;
44 m_repositoryType = std::forward<RepositoryTypeT>(value);
46 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;
const Aws::String & GetRepositoryType() const
ParallelDataDataLocation & WithLocation(LocationT &&value)
AWS_TRANSLATE_API ParallelDataDataLocation()=default
const Aws::String & GetLocation() const
bool LocationHasBeenSet() const
bool RepositoryTypeHasBeenSet() const
void SetLocation(LocationT &&value)
AWS_TRANSLATE_API ParallelDataDataLocation & operator=(Aws::Utils::Json::JsonView jsonValue)
ParallelDataDataLocation & WithRepositoryType(RepositoryTypeT &&value)
AWS_TRANSLATE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetRepositoryType(RepositoryTypeT &&value)
AWS_TRANSLATE_API ParallelDataDataLocation(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue