7#include <aws/compute-optimizer/ComputeOptimizer_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace ComputeOptimizer
59 inline void SetBucket(
const char* value) { m_bucketHasBeenSet =
true; m_bucket.assign(value); }
73 inline void SetKeyPrefix(
const char* value) { m_keyPrefixHasBeenSet =
true; m_keyPrefix.assign(value); }
81 bool m_bucketHasBeenSet =
false;
84 bool m_keyPrefixHasBeenSet =
false;
S3DestinationConfig & WithKeyPrefix(const char *value)
AWS_COMPUTEOPTIMIZER_API S3DestinationConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
S3DestinationConfig & WithBucket(const char *value)
AWS_COMPUTEOPTIMIZER_API Aws::Utils::Json::JsonValue Jsonize() const
void SetBucket(Aws::String &&value)
AWS_COMPUTEOPTIMIZER_API S3DestinationConfig(Aws::Utils::Json::JsonView jsonValue)
void SetKeyPrefix(Aws::String &&value)
S3DestinationConfig & WithKeyPrefix(Aws::String &&value)
S3DestinationConfig & WithKeyPrefix(const Aws::String &value)
AWS_COMPUTEOPTIMIZER_API S3DestinationConfig()
void SetBucket(const char *value)
bool BucketHasBeenSet() const
const Aws::String & GetBucket() const
void SetKeyPrefix(const Aws::String &value)
S3DestinationConfig & WithBucket(const Aws::String &value)
void SetKeyPrefix(const char *value)
void SetBucket(const Aws::String &value)
bool KeyPrefixHasBeenSet() const
S3DestinationConfig & WithBucket(Aws::String &&value)
const Aws::String & GetKeyPrefix() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue