7#include <aws/codeguru-security/CodeGuruSecurity_EXPORTS.h>
8#include <aws/codeguru-security/model/EncryptionConfig.h>
9#include <aws/core/http/HttpResponse.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace CodeGuruSecurity {
40 template <
typename EncryptionConfigT = EncryptionConfig>
42 m_encryptionConfigHasBeenSet =
true;
43 m_encryptionConfig = std::forward<EncryptionConfigT>(value);
45 template <
typename EncryptionConfigT = EncryptionConfig>
55 template <
typename RequestIdT = Aws::String>
57 m_requestIdHasBeenSet =
true;
58 m_requestId = std::forward<RequestIdT>(value);
60 template <
typename RequestIdT = Aws::String>
73 bool m_encryptionConfigHasBeenSet =
false;
74 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::Http::HttpResponseCode GetHttpResponseCode() const
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