7#include <aws/iotfleetwise/IoTFleetWise_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/iotfleetwise/model/DataFormat.h>
10#include <aws/iotfleetwise/model/StorageCompressionFormat.h>
53 template<
typename BucketArnT = Aws::String>
54 void SetBucketArn(BucketArnT&& value) { m_bucketArnHasBeenSet =
true; m_bucketArn = std::forward<BucketArnT>(value); }
55 template<
typename BucketArnT = Aws::String>
100 template<
typename PrefixT = Aws::String>
101 void SetPrefix(PrefixT&& value) { m_prefixHasBeenSet =
true; m_prefix = std::forward<PrefixT>(value); }
102 template<
typename PrefixT = Aws::String>
108 bool m_bucketArnHasBeenSet =
false;
111 bool m_dataFormatHasBeenSet =
false;
114 bool m_storageCompressionFormatHasBeenSet =
false;
117 bool m_prefixHasBeenSet =
false;
void SetBucketArn(BucketArnT &&value)
AWS_IOTFLEETWISE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetStorageCompressionFormat(StorageCompressionFormat value)
bool PrefixHasBeenSet() const
S3Config & WithDataFormat(DataFormat value)
S3Config & WithBucketArn(BucketArnT &&value)
bool StorageCompressionFormatHasBeenSet() const
S3Config & WithPrefix(PrefixT &&value)
const Aws::String & GetPrefix() const
bool DataFormatHasBeenSet() const
AWS_IOTFLEETWISE_API S3Config & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetPrefix(PrefixT &&value)
StorageCompressionFormat GetStorageCompressionFormat() const
bool BucketArnHasBeenSet() const
DataFormat GetDataFormat() const
const Aws::String & GetBucketArn() const
void SetDataFormat(DataFormat value)
AWS_IOTFLEETWISE_API S3Config()=default
AWS_IOTFLEETWISE_API S3Config(Aws::Utils::Json::JsonView jsonValue)
S3Config & WithStorageCompressionFormat(StorageCompressionFormat value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue