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;
47 template<
typename DeletionProtectionT = DeletionProtectionSettings>
48 void SetDeletionProtection(DeletionProtectionT&& value) { m_deletionProtectionHasBeenSet =
true; m_deletionProtection = std::forward<DeletionProtectionT>(value); }
49 template<
typename DeletionProtectionT = DeletionProtectionSettings>
56 template<
typename RequestIdT = Aws::String>
57 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
58 template<
typename RequestIdT = Aws::String>
64 bool m_deletionProtectionHasBeenSet =
false;
67 bool m_requestIdHasBeenSet =
false;
AWS_APPCONFIG_API UpdateAccountSettingsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetDeletionProtection(DeletionProtectionT &&value)
void SetRequestId(RequestIdT &&value)
AWS_APPCONFIG_API UpdateAccountSettingsResult()=default
const DeletionProtectionSettings & GetDeletionProtection() const
UpdateAccountSettingsResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
UpdateAccountSettingsResult & WithDeletionProtection(DeletionProtectionT &&value)
AWS_APPCONFIG_API UpdateAccountSettingsResult(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