7#include <aws/socialmessaging/SocialMessaging_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace SocialMessaging
35 AWS_SOCIALMESSAGING_API
S3File() =
default;
47 template<
typename BucketNameT = Aws::String>
48 void SetBucketName(BucketNameT&& value) { m_bucketNameHasBeenSet =
true; m_bucketName = std::forward<BucketNameT>(value); }
49 template<
typename BucketNameT = Aws::String>
59 template<
typename KeyT = Aws::String>
60 void SetKey(KeyT&& value) { m_keyHasBeenSet =
true; m_key = std::forward<KeyT>(value); }
61 template<
typename KeyT = Aws::String>
67 bool m_bucketNameHasBeenSet =
false;
70 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