7#include <aws/iotfleetwise/IoTFleetWise_EXPORTS.h>
8#include <aws/iotfleetwise/IoTFleetWiseRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/iotfleetwise/model/EncryptionType.h>
46 inline void SetKmsKeyId(
const char* value) { m_kmsKeyIdHasBeenSet =
true; m_kmsKeyId.assign(value); }
68 bool m_kmsKeyIdHasBeenSet =
false;
71 bool m_encryptionTypeHasBeenSet =
false;
void SetEncryptionType(EncryptionType &&value)
void SetKmsKeyId(const char *value)
AWS_IOTFLEETWISE_API Aws::String SerializePayload() const override
bool KmsKeyIdHasBeenSet() const
PutEncryptionConfigurationRequest & WithEncryptionType(EncryptionType &&value)
void SetKmsKeyId(const Aws::String &value)
PutEncryptionConfigurationRequest & WithKmsKeyId(Aws::String &&value)
const EncryptionType & GetEncryptionType() const
bool EncryptionTypeHasBeenSet() const
void SetKmsKeyId(Aws::String &&value)
AWS_IOTFLEETWISE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_IOTFLEETWISE_API PutEncryptionConfigurationRequest()
virtual const char * GetServiceRequestName() const override
const Aws::String & GetKmsKeyId() const
PutEncryptionConfigurationRequest & WithKmsKeyId(const char *value)
void SetEncryptionType(const EncryptionType &value)
PutEncryptionConfigurationRequest & WithEncryptionType(const EncryptionType &value)
PutEncryptionConfigurationRequest & WithKmsKeyId(const Aws::String &value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String