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;
24namespace CodeGuruSecurity
43 template<
typename EncryptionConfigT = EncryptionConfig>
44 void SetEncryptionConfig(EncryptionConfigT&& value) { m_encryptionConfigHasBeenSet =
true; m_encryptionConfig = std::forward<EncryptionConfigT>(value); }
45 template<
typename EncryptionConfigT = EncryptionConfig>
52 template<
typename RequestIdT = Aws::String>
53 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
54 template<
typename RequestIdT = Aws::String>
60 bool m_encryptionConfigHasBeenSet =
false;
63 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