7#include <aws/inspector2/Inspector2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
49 inline void SetBucketName(
const char* value) { m_bucketNameHasBeenSet =
true; m_bucketName.assign(value); }
63 inline void SetKeyPrefix(
const char* value) { m_keyPrefixHasBeenSet =
true; m_keyPrefix.assign(value); }
77 inline void SetKmsKeyArn(
const char* value) { m_kmsKeyArnHasBeenSet =
true; m_kmsKeyArn.assign(value); }
85 bool m_bucketNameHasBeenSet =
false;
88 bool m_keyPrefixHasBeenSet =
false;
91 bool m_kmsKeyArnHasBeenSet =
false;
bool KeyPrefixHasBeenSet() const
void SetKmsKeyArn(Aws::String &&value)
bool BucketNameHasBeenSet() const
const Aws::String & GetKmsKeyArn() const
Destination & WithKmsKeyArn(Aws::String &&value)
Destination & WithKmsKeyArn(const Aws::String &value)
AWS_INSPECTOR2_API Aws::Utils::Json::JsonValue Jsonize() const
void SetKmsKeyArn(const Aws::String &value)
void SetKeyPrefix(const Aws::String &value)
void SetKeyPrefix(Aws::String &&value)
Destination & WithBucketName(Aws::String &&value)
void SetKmsKeyArn(const char *value)
Destination & WithKeyPrefix(const Aws::String &value)
Destination & WithKeyPrefix(const char *value)
Destination & WithBucketName(const Aws::String &value)
Destination & WithKmsKeyArn(const char *value)
const Aws::String & GetKeyPrefix() const
void SetBucketName(Aws::String &&value)
const Aws::String & GetBucketName() const
Destination & WithBucketName(const char *value)
void SetBucketName(const Aws::String &value)
void SetKeyPrefix(const char *value)
AWS_INSPECTOR2_API Destination & operator=(Aws::Utils::Json::JsonView jsonValue)
Destination & WithKeyPrefix(Aws::String &&value)
bool KmsKeyArnHasBeenSet() const
AWS_INSPECTOR2_API Destination(Aws::Utils::Json::JsonView jsonValue)
AWS_INSPECTOR2_API Destination()
void SetBucketName(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue