7#include <aws/appfabric/AppFabric_EXPORTS.h>
8#include <aws/appfabric/model/S3Bucket.h>
9#include <aws/appfabric/model/FirehoseStream.h>
49 inline void SetS3Bucket(
S3Bucket&& value) { m_s3BucketHasBeenSet =
true; m_s3Bucket = std::move(value); }
69 bool m_s3BucketHasBeenSet =
false;
72 bool m_firehoseStreamHasBeenSet =
false;
bool S3BucketHasBeenSet() const
AWS_APPFABRIC_API Aws::Utils::Json::JsonValue Jsonize() const
bool FirehoseStreamHasBeenSet() const
void SetFirehoseStream(const FirehoseStream &value)
AWS_APPFABRIC_API Destination(Aws::Utils::Json::JsonView jsonValue)
const FirehoseStream & GetFirehoseStream() const
Destination & WithS3Bucket(S3Bucket &&value)
Destination & WithFirehoseStream(const FirehoseStream &value)
Destination & WithS3Bucket(const S3Bucket &value)
void SetFirehoseStream(FirehoseStream &&value)
AWS_APPFABRIC_API Destination & operator=(Aws::Utils::Json::JsonView jsonValue)
const S3Bucket & GetS3Bucket() const
void SetS3Bucket(S3Bucket &&value)
Destination & WithFirehoseStream(FirehoseStream &&value)
AWS_APPFABRIC_API Destination()
void SetS3Bucket(const S3Bucket &value)
Aws::Utils::Json::JsonValue JsonValue