7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/simspaceweaver/SimSpaceWeaver_EXPORTS.h>
19namespace SimSpaceWeaver {
44 template <
typename BucketNameT = Aws::String>
46 m_bucketNameHasBeenSet =
true;
47 m_bucketName = std::forward<BucketNameT>(value);
49 template <
typename BucketNameT = Aws::String>
66 template <
typename ObjectKeyPrefixT = Aws::String>
68 m_objectKeyPrefixHasBeenSet =
true;
69 m_objectKeyPrefix = std::forward<ObjectKeyPrefixT>(value);
71 template <
typename ObjectKeyPrefixT = Aws::String>
81 bool m_bucketNameHasBeenSet =
false;
82 bool m_objectKeyPrefixHasBeenSet =
false;
AWS_SIMSPACEWEAVER_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SIMSPACEWEAVER_API S3Destination()=default
const Aws::String & GetObjectKeyPrefix() const
S3Destination & WithBucketName(BucketNameT &&value)
bool BucketNameHasBeenSet() const
void SetBucketName(BucketNameT &&value)
void SetObjectKeyPrefix(ObjectKeyPrefixT &&value)
AWS_SIMSPACEWEAVER_API S3Destination & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetBucketName() const
AWS_SIMSPACEWEAVER_API S3Destination(Aws::Utils::Json::JsonView jsonValue)
S3Destination & WithObjectKeyPrefix(ObjectKeyPrefixT &&value)
bool ObjectKeyPrefixHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue