public static RestartDBInstanceResponse Unmarshall(UnmarshallerContext context)
        {
            RestartDBInstanceResponse restartDBInstanceResponse = new RestartDBInstanceResponse();

            restartDBInstanceResponse.HttpResponse = context.HttpResponse;
            restartDBInstanceResponse.RequestId = context.StringValue("RestartDBInstance.RequestId");

            return restartDBInstanceResponse;
        }
        public static RestartDBInstanceResponse Unmarshall(UnmarshallerContext _ctx)
        {
            RestartDBInstanceResponse restartDBInstanceResponse = new RestartDBInstanceResponse();

            restartDBInstanceResponse.HttpResponse = _ctx.HttpResponse;
            restartDBInstanceResponse.RequestId    = _ctx.StringValue("RestartDBInstance.RequestId");

            return(restartDBInstanceResponse);
        }
        public static RestartDBInstanceResponse Unmarshall(UnmarshallerContext context)
        {
            RestartDBInstanceResponse restartDBInstanceResponse = new RestartDBInstanceResponse()
            {
                HttpResponse = context.HttpResponse,
                RequestId    = context.StringValue("RestartDBInstance.RequestId")
            };

            return(restartDBInstanceResponse);
        }