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 {
39 template <
typename EncryptionConfigT = EncryptionConfig>
41 m_encryptionConfigHasBeenSet =
true;
42 m_encryptionConfig = std::forward<EncryptionConfigT>(value);
44 template <
typename EncryptionConfigT = EncryptionConfig>
54 template <
typename RequestIdT = Aws::String>
56 m_requestIdHasBeenSet =
true;
57 m_requestId = std::forward<RequestIdT>(value);
59 template <
typename RequestIdT = Aws::String>
69 bool m_encryptionConfigHasBeenSet =
false;
70 bool m_requestIdHasBeenSet =
false;
const EncryptionConfig & GetEncryptionConfig() const
AWS_CODEGURUSECURITY_API GetAccountConfigurationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
AWS_CODEGURUSECURITY_API GetAccountConfigurationResult()=default
const Aws::String & GetRequestId() const
GetAccountConfigurationResult & WithRequestId(RequestIdT &&value)
GetAccountConfigurationResult & WithEncryptionConfig(EncryptionConfigT &&value)
void SetEncryptionConfig(EncryptionConfigT &&value)
AWS_CODEGURUSECURITY_API GetAccountConfigurationResult(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