7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/mgn/Mgn_EXPORTS.h>
40 template <
typename S3BucketT = Aws::String>
42 m_s3BucketHasBeenSet =
true;
43 m_s3Bucket = std::forward<S3BucketT>(value);
45 template <
typename S3BucketT = Aws::String>
58 template <
typename S3BucketOwnerT = Aws::String>
60 m_s3BucketOwnerHasBeenSet =
true;
61 m_s3BucketOwner = std::forward<S3BucketOwnerT>(value);
63 template <
typename S3BucketOwnerT = Aws::String>
76 template <
typename S3KeyT = Aws::String>
78 m_s3KeyHasBeenSet =
true;
79 m_s3Key = std::forward<S3KeyT>(value);
81 template <
typename S3KeyT = Aws::String>
83 SetS3Key(std::forward<S3KeyT>(value));
93 bool m_s3BucketHasBeenSet =
false;
94 bool m_s3BucketOwnerHasBeenSet =
false;
95 bool m_s3KeyHasBeenSet =
false;
void SetS3Bucket(S3BucketT &&value)
AWS_MGN_API SourceS3Configuration()=default
AWS_MGN_API SourceS3Configuration & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetS3Bucket() const
SourceS3Configuration & WithS3BucketOwner(S3BucketOwnerT &&value)
bool S3BucketOwnerHasBeenSet() const
AWS_MGN_API Aws::Utils::Json::JsonValue Jsonize() const
SourceS3Configuration & WithS3Key(S3KeyT &&value)
bool S3KeyHasBeenSet() const
AWS_MGN_API SourceS3Configuration(Aws::Utils::Json::JsonView jsonValue)
void SetS3BucketOwner(S3BucketOwnerT &&value)
void SetS3Key(S3KeyT &&value)
const Aws::String & GetS3BucketOwner() const
SourceS3Configuration & WithS3Bucket(S3BucketT &&value)
const Aws::String & GetS3Key() const
bool S3BucketHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue