7#include <aws/appconfig/AppConfig_EXPORTS.h>
8#include <aws/appconfig/model/DeletionProtectionSettings.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
58 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
GetAccountSettingsResult & WithRequestId(const char *value)
GetAccountSettingsResult & WithDeletionProtection(DeletionProtectionSettings &&value)
void SetDeletionProtection(const DeletionProtectionSettings &value)
void SetRequestId(Aws::String &&value)
AWS_APPCONFIG_API GetAccountSettingsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetAccountSettingsResult & WithRequestId(const Aws::String &value)
const DeletionProtectionSettings & GetDeletionProtection() const
AWS_APPCONFIG_API GetAccountSettingsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
void SetRequestId(const char *value)
void SetRequestId(const Aws::String &value)
AWS_APPCONFIG_API GetAccountSettingsResult()
GetAccountSettingsResult & WithRequestId(Aws::String &&value)
void SetDeletionProtection(DeletionProtectionSettings &&value)
GetAccountSettingsResult & WithDeletionProtection(const DeletionProtectionSettings &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue