7#include <aws/es/ElasticsearchService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace ElasticsearchService
49 inline void SetS3BucketName(
const char* value) { m_s3BucketNameHasBeenSet =
true; m_s3BucketName.assign(value); }
63 inline void SetS3Key(
const char* value) { m_s3KeyHasBeenSet =
true; m_s3Key.assign(value); }
71 bool m_s3BucketNameHasBeenSet =
false;
74 bool m_s3KeyHasBeenSet =
false;
void SetS3Key(const char *value)
const Aws::String & GetS3Key() const
void SetS3BucketName(Aws::String &&value)
void SetS3Key(Aws::String &&value)
PackageSource & WithS3Key(const Aws::String &value)
PackageSource & WithS3BucketName(const char *value)
bool S3KeyHasBeenSet() const
PackageSource & WithS3BucketName(const Aws::String &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(const char *value)
void SetS3BucketName(const Aws::String &value)
AWS_ELASTICSEARCHSERVICE_API PackageSource()
void SetS3BucketName(const char *value)
PackageSource & WithS3Key(Aws::String &&value)
PackageSource & WithS3BucketName(Aws::String &&value)
void SetS3Key(const Aws::String &value)
AWS_ELASTICSEARCHSERVICE_API PackageSource & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue