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 S3KeyT = Aws::String>
60 m_s3KeyHasBeenSet =
true;
61 m_s3Key = std::forward<S3KeyT>(value);
63 template <
typename S3KeyT = Aws::String>
65 SetS3Key(std::forward<S3KeyT>(value));
76 template <
typename S3BucketOwnerT = Aws::String>
78 m_s3BucketOwnerHasBeenSet =
true;
79 m_s3BucketOwner = std::forward<S3BucketOwnerT>(value);
81 template <
typename S3BucketOwnerT = Aws::String>
93 bool m_s3BucketHasBeenSet =
false;
94 bool m_s3KeyHasBeenSet =
false;
95 bool m_s3BucketOwnerHasBeenSet =
false;
AWS_MGN_API S3BucketSource()=default
const Aws::String & GetS3BucketOwner() const
AWS_MGN_API S3BucketSource & operator=(Aws::Utils::Json::JsonView jsonValue)
S3BucketSource & WithS3Key(S3KeyT &&value)
AWS_MGN_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetS3Bucket() const
const Aws::String & GetS3Key() const
bool S3BucketHasBeenSet() const
S3BucketSource & WithS3BucketOwner(S3BucketOwnerT &&value)
void SetS3Key(S3KeyT &&value)
S3BucketSource & WithS3Bucket(S3BucketT &&value)
bool S3KeyHasBeenSet() const
void SetS3Bucket(S3BucketT &&value)
AWS_MGN_API S3BucketSource(Aws::Utils::Json::JsonView jsonValue)
bool S3BucketOwnerHasBeenSet() const
void SetS3BucketOwner(S3BucketOwnerT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue