7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/es/ElasticsearchService_EXPORTS.h>
19namespace ElasticsearchService {
41 template <
typename S3BucketNameT = Aws::String>
43 m_s3BucketNameHasBeenSet =
true;
44 m_s3BucketName = std::forward<S3BucketNameT>(value);
46 template <
typename S3BucketNameT = Aws::String>
59 template <
typename S3KeyT = Aws::String>
61 m_s3KeyHasBeenSet =
true;
62 m_s3Key = std::forward<S3KeyT>(value);
64 template <
typename S3KeyT = Aws::String>
66 SetS3Key(std::forward<S3KeyT>(value));
74 bool m_s3BucketNameHasBeenSet =
false;
75 bool m_s3KeyHasBeenSet =
false;
PackageSource & WithS3BucketName(S3BucketNameT &&value)
const Aws::String & GetS3Key() const
bool S3KeyHasBeenSet() const
void SetS3Key(S3KeyT &&value)
bool S3BucketNameHasBeenSet() const
const Aws::String & GetS3BucketName() const
AWS_ELASTICSEARCHSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_ELASTICSEARCHSERVICE_API PackageSource(Aws::Utils::Json::JsonView jsonValue)
PackageSource & WithS3Key(S3KeyT &&value)
void SetS3BucketName(S3BucketNameT &&value)
AWS_ELASTICSEARCHSERVICE_API PackageSource & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_ELASTICSEARCHSERVICE_API PackageSource()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue