7#include <aws/fis/FIS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
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 PrefixT = Aws::String>
60 void SetPrefix(PrefixT&& value) { m_prefixHasBeenSet =
true; m_prefix = std::forward<PrefixT>(value); }
61 template<
typename PrefixT = Aws::String>
67 bool m_bucketNameHasBeenSet =
false;
70 bool m_prefixHasBeenSet =
false;
void SetBucketName(BucketNameT &&value)
ReportConfigurationS3Output & WithBucketName(BucketNameT &&value)
AWS_FIS_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetPrefix() const
AWS_FIS_API ReportConfigurationS3Output & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_FIS_API ReportConfigurationS3Output(Aws::Utils::Json::JsonView jsonValue)
bool BucketNameHasBeenSet() const
bool PrefixHasBeenSet() const
ReportConfigurationS3Output & WithPrefix(PrefixT &&value)
const Aws::String & GetBucketName() const
AWS_FIS_API ReportConfigurationS3Output()=default
void SetPrefix(PrefixT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue