7#include <aws/opensearch/OpenSearchService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace OpenSearchService
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;
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