7#include <aws/simspaceweaver/SimSpaceWeaver_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace SimSpaceWeaver
52 inline void SetBucketName(
const char* value) { m_bucketNameHasBeenSet =
true; m_bucketName.assign(value); }
70 inline void SetObjectKeyPrefix(
const char* value) { m_objectKeyPrefixHasBeenSet =
true; m_objectKeyPrefix.assign(value); }
78 bool m_bucketNameHasBeenSet =
false;
81 bool m_objectKeyPrefixHasBeenSet =
false;
void SetObjectKeyPrefix(Aws::String &&value)
AWS_SIMSPACEWEAVER_API Aws::Utils::Json::JsonValue Jsonize() const
S3Destination & WithBucketName(Aws::String &&value)
const Aws::String & GetObjectKeyPrefix() const
bool BucketNameHasBeenSet() const
AWS_SIMSPACEWEAVER_API S3Destination()
void SetObjectKeyPrefix(const Aws::String &value)
void SetBucketName(const Aws::String &value)
S3Destination & WithObjectKeyPrefix(Aws::String &&value)
S3Destination & WithBucketName(const Aws::String &value)
void SetBucketName(const char *value)
void SetObjectKeyPrefix(const char *value)
void SetBucketName(Aws::String &&value)
S3Destination & WithObjectKeyPrefix(const Aws::String &value)
S3Destination & WithBucketName(const char *value)
S3Destination & WithObjectKeyPrefix(const char *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)
bool ObjectKeyPrefixHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue