7#include <aws/translate/Translate_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename RepositoryTypeT = Aws::String>
48 void SetRepositoryType(RepositoryTypeT&& value) { m_repositoryTypeHasBeenSet =
true; m_repositoryType = std::forward<RepositoryTypeT>(value); }
49 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;
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