7#include <aws/codeguru-security/CodeGuruSecurity_EXPORTS.h>
8#include <aws/codeguru-security/model/EncryptionConfig.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
22namespace CodeGuruSecurity {
38 template <
typename EncryptionConfigT = EncryptionConfig>
40 m_encryptionConfigHasBeenSet =
true;
41 m_encryptionConfig = std::forward<EncryptionConfigT>(value);
43 template <
typename EncryptionConfigT = EncryptionConfig>
53 template <
typename RequestIdT = Aws::String>
55 m_requestIdHasBeenSet =
true;
56 m_requestId = std::forward<RequestIdT>(value);
58 template <
typename RequestIdT = Aws::String>
68 bool m_encryptionConfigHasBeenSet =
false;
69 bool m_requestIdHasBeenSet =
false;
AWS_CODEGURUSECURITY_API UpdateAccountConfigurationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const EncryptionConfig & GetEncryptionConfig() const
void SetRequestId(RequestIdT &&value)
void SetEncryptionConfig(EncryptionConfigT &&value)
UpdateAccountConfigurationResult & WithEncryptionConfig(EncryptionConfigT &&value)
const Aws::String & GetRequestId() const
AWS_CODEGURUSECURITY_API UpdateAccountConfigurationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateAccountConfigurationResult & WithRequestId(RequestIdT &&value)
AWS_CODEGURUSECURITY_API UpdateAccountConfigurationResult()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue