7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/fis/FIS_EXPORTS.h>
41 template <
typename BucketNameT = Aws::String>
43 m_bucketNameHasBeenSet =
true;
44 m_bucketName = std::forward<BucketNameT>(value);
46 template <
typename BucketNameT = Aws::String>
59 template <
typename PrefixT = Aws::String>
61 m_prefixHasBeenSet =
true;
62 m_prefix = std::forward<PrefixT>(value);
64 template <
typename PrefixT = Aws::String>
74 bool m_bucketNameHasBeenSet =
false;
75 bool m_prefixHasBeenSet =
false;
void SetBucketName(BucketNameT &&value)
AWS_FIS_API ExperimentS3LogConfiguration()=default
AWS_FIS_API ExperimentS3LogConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
ExperimentS3LogConfiguration & WithPrefix(PrefixT &&value)
const Aws::String & GetPrefix() const
const Aws::String & GetBucketName() const
AWS_FIS_API ExperimentS3LogConfiguration(Aws::Utils::Json::JsonView jsonValue)
bool PrefixHasBeenSet() const
AWS_FIS_API Aws::Utils::Json::JsonValue Jsonize() const
ExperimentS3LogConfiguration & WithBucketName(BucketNameT &&value)
void SetPrefix(PrefixT &&value)
bool BucketNameHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue