7#include <aws/es/ElasticsearchService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace ElasticsearchService
47 template<
typename S3BucketNameT = Aws::String>
48 void SetS3BucketName(S3BucketNameT&& value) { m_s3BucketNameHasBeenSet =
true; m_s3BucketName = std::forward<S3BucketNameT>(value); }
49 template<
typename S3BucketNameT = Aws::String>
59 template<
typename S3KeyT = Aws::String>
60 void SetS3Key(S3KeyT&& value) { m_s3KeyHasBeenSet =
true; m_s3Key = std::forward<S3KeyT>(value); }
61 template<
typename S3KeyT = Aws::String>
67 bool m_s3BucketNameHasBeenSet =
false;
70 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