7#include <aws/iot/IoT_EXPORTS.h>
8#include <aws/iot/model/EncryptionType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/iot/model/ConfigurationDetails.h>
11#include <aws/core/utils/DateTime.h>
16template<
typename RESULT_TYPE>
17class AmazonWebServiceResult;
53 template<
typename KmsKeyArnT = Aws::String>
54 void SetKmsKeyArn(KmsKeyArnT&& value) { m_kmsKeyArnHasBeenSet =
true; m_kmsKeyArn = std::forward<KmsKeyArnT>(value); }
55 template<
typename KmsKeyArnT = Aws::String>
64 template<
typename KmsAccessRoleArnT = Aws::String>
65 void SetKmsAccessRoleArn(KmsAccessRoleArnT&& value) { m_kmsAccessRoleArnHasBeenSet =
true; m_kmsAccessRoleArn = std::forward<KmsAccessRoleArnT>(value); }
66 template<
typename KmsAccessRoleArnT = Aws::String>
76 template<
typename ConfigurationDetailsT = ConfigurationDetails>
77 void SetConfigurationDetails(ConfigurationDetailsT&& value) { m_configurationDetailsHasBeenSet =
true; m_configurationDetails = std::forward<ConfigurationDetailsT>(value); }
78 template<
typename ConfigurationDetailsT = ConfigurationDetails>
87 template<
typename LastModifiedDateT = Aws::Utils::DateTime>
88 void SetLastModifiedDate(LastModifiedDateT&& value) { m_lastModifiedDateHasBeenSet =
true; m_lastModifiedDate = std::forward<LastModifiedDateT>(value); }
89 template<
typename LastModifiedDateT = Aws::Utils::DateTime>
96 template<
typename RequestIdT = Aws::String>
97 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
98 template<
typename RequestIdT = Aws::String>
104 bool m_encryptionTypeHasBeenSet =
false;
107 bool m_kmsKeyArnHasBeenSet =
false;
110 bool m_kmsAccessRoleArnHasBeenSet =
false;
112 ConfigurationDetails m_configurationDetails;
113 bool m_configurationDetailsHasBeenSet =
false;
116 bool m_lastModifiedDateHasBeenSet =
false;
119 bool m_requestIdHasBeenSet =
false;
AWS_IOT_API DescribeEncryptionConfigurationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeEncryptionConfigurationResult & WithRequestId(RequestIdT &&value)
void SetKmsAccessRoleArn(KmsAccessRoleArnT &&value)
DescribeEncryptionConfigurationResult & WithKmsKeyArn(KmsKeyArnT &&value)
void SetEncryptionType(EncryptionType value)
DescribeEncryptionConfigurationResult & WithLastModifiedDate(LastModifiedDateT &&value)
const Aws::String & GetKmsAccessRoleArn() const
EncryptionType GetEncryptionType() const
void SetRequestId(RequestIdT &&value)
AWS_IOT_API DescribeEncryptionConfigurationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetLastModifiedDate(LastModifiedDateT &&value)
AWS_IOT_API DescribeEncryptionConfigurationResult()=default
const Aws::String & GetRequestId() const
DescribeEncryptionConfigurationResult & WithEncryptionType(EncryptionType value)
const Aws::Utils::DateTime & GetLastModifiedDate() const
void SetKmsKeyArn(KmsKeyArnT &&value)
const ConfigurationDetails & GetConfigurationDetails() const
const Aws::String & GetKmsKeyArn() const
DescribeEncryptionConfigurationResult & WithConfigurationDetails(ConfigurationDetailsT &&value)
void SetConfigurationDetails(ConfigurationDetailsT &&value)
DescribeEncryptionConfigurationResult & WithKmsAccessRoleArn(KmsAccessRoleArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue