7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/iot/IoT_EXPORTS.h>
11#include <aws/iot/model/ConfigurationDetails.h>
12#include <aws/iot/model/EncryptionType.h>
17template <
typename RESULT_TYPE>
18class AmazonWebServiceResult;
39 m_encryptionTypeHasBeenSet =
true;
40 m_encryptionType = value;
53 template <
typename KmsKeyArnT = Aws::String>
55 m_kmsKeyArnHasBeenSet =
true;
56 m_kmsKeyArn = std::forward<KmsKeyArnT>(value);
58 template <
typename KmsKeyArnT = Aws::String>
71 template <
typename KmsAccessRoleArnT = Aws::String>
73 m_kmsAccessRoleArnHasBeenSet =
true;
74 m_kmsAccessRoleArn = std::forward<KmsAccessRoleArnT>(value);
76 template <
typename KmsAccessRoleArnT = Aws::String>
89 template <
typename ConfigurationDetailsT = ConfigurationDetails>
91 m_configurationDetailsHasBeenSet =
true;
92 m_configurationDetails = std::forward<ConfigurationDetailsT>(value);
94 template <
typename ConfigurationDetailsT = ConfigurationDetails>
106 template <
typename LastModifiedDateT = Aws::Utils::DateTime>
108 m_lastModifiedDateHasBeenSet =
true;
109 m_lastModifiedDate = std::forward<LastModifiedDateT>(value);
111 template <
typename LastModifiedDateT = Aws::Utils::DateTime>
121 template <
typename RequestIdT = Aws::String>
123 m_requestIdHasBeenSet =
true;
124 m_requestId = std::forward<RequestIdT>(value);
126 template <
typename RequestIdT = Aws::String>
141 ConfigurationDetails m_configurationDetails;
147 bool m_encryptionTypeHasBeenSet =
false;
148 bool m_kmsKeyArnHasBeenSet =
false;
149 bool m_kmsAccessRoleArnHasBeenSet =
false;
150 bool m_configurationDetailsHasBeenSet =
false;
151 bool m_lastModifiedDateHasBeenSet =
false;
152 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)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
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