7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/translate/Translate_EXPORTS.h>
9#include <aws/translate/model/ParallelDataFormat.h>
43 template <
typename S3UriT = Aws::String>
45 m_s3UriHasBeenSet =
true;
46 m_s3Uri = std::forward<S3UriT>(value);
48 template <
typename S3UriT = Aws::String>
50 SetS3Uri(std::forward<S3UriT>(value));
62 m_formatHasBeenSet =
true;
72 bool m_s3UriHasBeenSet =
false;
75 bool m_formatHasBeenSet =
false;
ParallelDataConfig & WithS3Uri(S3UriT &&value)
void SetS3Uri(S3UriT &&value)
bool FormatHasBeenSet() const
AWS_TRANSLATE_API ParallelDataConfig(Aws::Utils::Json::JsonView jsonValue)
AWS_TRANSLATE_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetS3Uri() const
ParallelDataConfig & WithFormat(ParallelDataFormat value)
bool S3UriHasBeenSet() const
AWS_TRANSLATE_API ParallelDataConfig()=default
AWS_TRANSLATE_API ParallelDataConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
ParallelDataFormat GetFormat() const
void SetFormat(ParallelDataFormat value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue