7#include <aws/iotsitewise/IoTSiteWise_EXPORTS.h>
8#include <aws/iotsitewise/IoTSiteWiseRequest.h>
9#include <aws/iotsitewise/model/EncryptionType.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
31 inline virtual const char*
GetServiceRequestName()
const override {
return "PutDefaultEncryptionConfiguration"; }
57 inline void SetKmsKeyId(
const char* value) { m_kmsKeyIdHasBeenSet =
true; m_kmsKeyId.assign(value); }
65 bool m_encryptionTypeHasBeenSet =
false;
68 bool m_kmsKeyIdHasBeenSet =
false;
PutDefaultEncryptionConfigurationRequest & WithKmsKeyId(Aws::String &&value)
PutDefaultEncryptionConfigurationRequest & WithKmsKeyId(const char *value)
void SetKmsKeyId(Aws::String &&value)
void SetEncryptionType(const EncryptionType &value)
PutDefaultEncryptionConfigurationRequest & WithEncryptionType(const EncryptionType &value)
const Aws::String & GetKmsKeyId() const
bool KmsKeyIdHasBeenSet() const
const EncryptionType & GetEncryptionType() const
bool EncryptionTypeHasBeenSet() const
void SetKmsKeyId(const char *value)
AWS_IOTSITEWISE_API Aws::String SerializePayload() const override
AWS_IOTSITEWISE_API PutDefaultEncryptionConfigurationRequest()
void SetEncryptionType(EncryptionType &&value)
PutDefaultEncryptionConfigurationRequest & WithEncryptionType(EncryptionType &&value)
void SetKmsKeyId(const Aws::String &value)
virtual const char * GetServiceRequestName() const override
PutDefaultEncryptionConfigurationRequest & WithKmsKeyId(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String