#include "huaweicloud/kms/v2/model/UpdateKeyRotationIntervalResponse.h"
namespace HuaweiCloud {
namespace Sdk {
namespace Kms {
namespace V2 {
namespace Model {
UpdateKeyRotationIntervalResponse::UpdateKeyRotationIntervalResponse()
{
}
UpdateKeyRotationIntervalResponse::~UpdateKeyRotationIntervalResponse() = default;
void UpdateKeyRotationIntervalResponse::validate()
{
}
web::json::value UpdateKeyRotationIntervalResponse::toJson() const
{
web::json::value val = web::json::value::object();
return val;
}
bool UpdateKeyRotationIntervalResponse::fromJson(const web::json::value& val)
{
bool ok = true;
return ok;
}
}
}
}
}
}