7#include <aws/iotfleetwise/IoTFleetWise_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/iotfleetwise/model/EncryptionStatus.h>
10#include <aws/iotfleetwise/model/EncryptionType.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
42 template<
typename KmsKeyIdT = Aws::String>
43 void SetKmsKeyId(KmsKeyIdT&& value) { m_kmsKeyIdHasBeenSet =
true; m_kmsKeyId = std::forward<KmsKeyIdT>(value); }
44 template<
typename KmsKeyIdT = Aws::String>
72 template<
typename RequestIdT = Aws::String>
73 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
74 template<
typename RequestIdT = Aws::String>
80 bool m_kmsKeyIdHasBeenSet =
false;
83 bool m_encryptionStatusHasBeenSet =
false;
86 bool m_encryptionTypeHasBeenSet =
false;
89 bool m_requestIdHasBeenSet =
false;
void SetEncryptionStatus(EncryptionStatus value)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetKmsKeyId() const
void SetKmsKeyId(KmsKeyIdT &&value)
PutEncryptionConfigurationResult & WithEncryptionStatus(EncryptionStatus value)
void SetEncryptionType(EncryptionType value)
PutEncryptionConfigurationResult & WithKmsKeyId(KmsKeyIdT &&value)
const Aws::String & GetRequestId() const
PutEncryptionConfigurationResult & WithEncryptionType(EncryptionType value)
EncryptionType GetEncryptionType() const
PutEncryptionConfigurationResult & WithRequestId(RequestIdT &&value)
AWS_IOTFLEETWISE_API PutEncryptionConfigurationResult()=default
AWS_IOTFLEETWISE_API PutEncryptionConfigurationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
EncryptionStatus GetEncryptionStatus() const
AWS_IOTFLEETWISE_API PutEncryptionConfigurationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue