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>
44 template<
typename KmsKeyIdT = Aws::String>
45 void SetKmsKeyId(KmsKeyIdT&& value) { m_kmsKeyIdHasBeenSet =
true; m_kmsKeyId = std::forward<KmsKeyIdT>(value); }
46 template<
typename KmsKeyIdT = Aws::String>
64 bool m_kmsKeyIdHasBeenSet =
false;
67 bool m_encryptionTypeHasBeenSet =
false;
AWS_IOTFLEETWISE_API PutEncryptionConfigurationRequest()=default
AWS_IOTFLEETWISE_API Aws::String SerializePayload() const override
bool KmsKeyIdHasBeenSet() const
void SetKmsKeyId(KmsKeyIdT &&value)
bool EncryptionTypeHasBeenSet() const
AWS_IOTFLEETWISE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
virtual const char * GetServiceRequestName() const override
PutEncryptionConfigurationRequest & WithEncryptionType(EncryptionType value)
const Aws::String & GetKmsKeyId() const
PutEncryptionConfigurationRequest & WithKmsKeyId(KmsKeyIdT &&value)
EncryptionType GetEncryptionType() const
void SetEncryptionType(EncryptionType value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String