7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/opensearch/OpenSearchService_EXPORTS.h>
19namespace OpenSearchService {
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;
void SetS3BucketName(S3BucketNameT &&value)
bool S3BucketNameHasBeenSet() const
bool S3KeyHasBeenSet() const
AWS_OPENSEARCHSERVICE_API PackageSource & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_OPENSEARCHSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_OPENSEARCHSERVICE_API PackageSource(Aws::Utils::Json::JsonView jsonValue)
void SetS3Key(S3KeyT &&value)
const Aws::String & GetS3Key() const
AWS_OPENSEARCHSERVICE_API PackageSource()=default
PackageSource & WithS3Key(S3KeyT &&value)
const Aws::String & GetS3BucketName() const
PackageSource & WithS3BucketName(S3BucketNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue