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"; }
53 template<
typename KmsKeyIdT = Aws::String>
54 void SetKmsKeyId(KmsKeyIdT&& value) { m_kmsKeyIdHasBeenSet =
true; m_kmsKeyId = std::forward<KmsKeyIdT>(value); }
55 template<
typename KmsKeyIdT = Aws::String>
61 bool m_encryptionTypeHasBeenSet =
false;
64 bool m_kmsKeyIdHasBeenSet =
false;
void SetEncryptionType(EncryptionType value)
AWS_IOTSITEWISE_API PutDefaultEncryptionConfigurationRequest()=default
const Aws::String & GetKmsKeyId() const
bool KmsKeyIdHasBeenSet() const
PutDefaultEncryptionConfigurationRequest & WithKmsKeyId(KmsKeyIdT &&value)
bool EncryptionTypeHasBeenSet() const
AWS_IOTSITEWISE_API Aws::String SerializePayload() const override
void SetKmsKeyId(KmsKeyIdT &&value)
EncryptionType GetEncryptionType() const
virtual const char * GetServiceRequestName() const override
PutDefaultEncryptionConfigurationRequest & WithEncryptionType(EncryptionType value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String