7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/socialmessaging/SocialMessaging_EXPORTS.h>
19namespace SocialMessaging {
30 AWS_SOCIALMESSAGING_API
S3File() =
default;
41 template <
typename BucketNameT = Aws::String>
43 m_bucketNameHasBeenSet =
true;
44 m_bucketName = std::forward<BucketNameT>(value);
46 template <
typename BucketNameT = Aws::String>
65 template <
typename KeyT = Aws::String>
67 m_keyHasBeenSet =
true;
68 m_key = std::forward<KeyT>(value);
70 template <
typename KeyT = Aws::String>
72 SetKey(std::forward<KeyT>(value));
80 bool m_bucketNameHasBeenSet =
false;
81 bool m_keyHasBeenSet =
false;
S3File & WithBucketName(BucketNameT &&value)
S3File & WithKey(KeyT &&value)
AWS_SOCIALMESSAGING_API Aws::Utils::Json::JsonValue Jsonize() const
void SetBucketName(BucketNameT &&value)
bool KeyHasBeenSet() const
AWS_SOCIALMESSAGING_API S3File()=default
void SetKey(KeyT &&value)
AWS_SOCIALMESSAGING_API S3File & operator=(Aws::Utils::Json::JsonView jsonValue)
bool BucketNameHasBeenSet() const
const Aws::String & GetBucketName() const
AWS_SOCIALMESSAGING_API S3File(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetKey() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue